Go to the source code of this file.
int full_box |
( |
Int_t |
nEvents = 0 | ) |
|
Definition at line 4 of file full_box.C.
References PndMasterRunAna::AddDigiTasks(), PndMasterRunAna::AddFriend(), PndMasterRunAna::AddPidTasks(), PndMasterRunAna::AddRecoTasks(), PndMasterRunAna::Finish(), fRun, nEvents, output, PndMasterRunAna::SetInput(), PndMasterRunAna::SetOutput(), PndMasterRunAna::SetParamAsciiFile(), PndMasterRunAna::Setup(), and TString.
7 TString parAsciiFile =
"all.par";
8 TString input =
"box_1pi_1GeV_theta10-120";
Class for the master reconstruction chain.
Bool_t Setup(TString outprefix="")
Initial setup.
void AddFriend(TString par)
Setter of friend root files.
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 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.