Go to the source code of this file.
int prod_aod |
( |
TString |
prefix = "" | ) |
|
Definition at line 1 of file prod_aod.C.
References PndMasterRunAna::AddDigiTasks(), PndMasterRunAna::AddPidTasks(), PndMasterRunAna::AddRecoTasks(), PndMasterRunAna::Finish(), fRun, output, PndMasterRunAna::SetInput(), PndMasterRunAna::SetOptions(), PndMasterRunAna::SetOutput(), PndMasterRunAna::SetParamAsciiFile(), PndMasterRunAna::Setup(), and TString.
6 cout <<
"prod_aod.C( <pref> )\n\n";
7 cout <<
" <pref> : input/output file names prefix\n\n";
11 TString parAsciiFile =
"all.par";
Class for the master reconstruction chain.
Bool_t Setup(TString outprefix="")
Initial setup.
FairParRootFileIo * output
void SetInput(TString par)
Input of the macro.
void AddRecoTasks(Bool_t pers=kTRUE)
Add reconstruction tasks.
void AddPidTasks(Bool_t pers=kTRUE)
Add pid tasks.
void SetOptions(TString par)
Setter of the reconstruction options This string can be: "" -> default settings "day1" -> Setup for ...
void AddDigiTasks(Bool_t pers=kTRUE)
Add digitization and local reconstruction tasks.
void Finish()
Final diagnostics.
void SetOutput(TString par)
Tag of the output file of the macro.
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file.