5 if (!InFile.EndsWith(
".root")) InFile+=
"_fast.root";
8 FairLogger::GetLogger()->SetLogToFile(kFALSE);
10 FairRunAna*
fRun =
new FairRunAna();
11 fRun->SetGenerateRunInfo(kFALSE);
12 fRun->SetInputFile(InFile);
13 fRun->SetOutputFile(Fname+
"_dummy.root");
20 fRun->AddTask(tripTask);
void ana_triple_task(TString Fname="test", int mode, int nevts=0, double pbarmom=9.0)