6 gROOT->LoadMacro(
"$VMCWORKDIR/gconfig/rootlogon.C");
8 gSystem->Load(
"libEve");
9 gSystem->Load(
"libEventDisplay");
12 gSystem->Load(
"libHyp");
16 FairRunAna *
fRun=
new FairRunAna();
19 fRun->SetInputFile(
"sim_PiRec.root");
23 fRun->SetOutputFile(
"tst.root");
28 FairRuntimeDb*
rtdb = fRun->GetRuntimeDb();
29 FairParRootFileIo*
parInput1 =
new FairParRootFileIo();
31 parInput1->open(
"piRecparams.root");
34 rtdb->setFirstInput(parInput1);
37 FairEventManager *
fMan=
new FairEventManager();
38 FairMCTracks *
Track =
new FairMCTracks (
"Monte-Carlo Tracks");
43 FairMCPointDraw *MuoPoint =
new FairMCPointDraw (
"HypPoint",kAzure, kFullSquare);
56 fMan->AddTask( MuoPoint);
TGeoManager * gGeoManager
FairParRootFileIo * parInput1