Go to the source code of this file.
|
FairEventManager * | fMan = new FairEventManager() |
|
FairMCTracks * | Track = new FairMCTracks("MCTrack") |
|
FairMCPointDraw * | MvdPoints = new FairMCPointDraw("MVDPoint") |
|
Initialize the session
Definition at line 20 of file NHitsPerEvent.C.
22 TFile*
f =
new TFile(
"2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_Event.root",
"READ");
23 t = (TTree*)f->Get(
"pndsim");
29 t->SetBranchAddress(
"MVDHitsPixelPosCorrected", &
mvdHitArray);
TClonesArray * mvdHitArray
gSystem Load |
( |
"libEventDisplay" |
| ) |
|
fRun SetInputFile |
( |
"MVD_D+D-_wMag.root" |
| ) |
|
FairEventManager* fMan = new FairEventManager() |
FairMCPointDraw* MvdPoints = new FairMCPointDraw("MVDPoint") |
FairMCTracks* Track = new FairMCTracks("MCTrack") |