Go to the source code of this file.
d/pndint02/asanchez/FOct09/sim_hypFSG41TCIPAxxbG.root");//sim_with_vis.root");
Definition at line 3 of file macro/detectors/hyp/eventDisplay.C.
References fMan, fRun, gGeoManager, parInput1, rootlogon(), rtdb, top, Track, and trk.
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