Go to the source code of this file.
|
TString | parFile = "../data/mvddpm6GeV_digipar.root" |
|
FairRunAna * | fRun = new FairRunAna() |
|
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
|
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
|
fRun AddTask |
( |
new |
PndMvdAccessRTDBTask() | ) |
|
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
fRun SetInputFile |
( |
"../data/mvddpm6GeV_digi.root" |
| ) |
|
fRun SetOutputFile |
( |
"../data/dummy.root" |
| ) |
|
FairRunAna* fRun = new FairRunAna() |
TString parFile = "../data/mvddpm6GeV_digipar.root" |
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |