25 #ifndef PNDMASTERRUNANA_H 26 #define PNDMASTERRUNANA_H 28 #include "FairRunAna.h" 30 #include "TStopwatch.h" 52 Bool_t
Setup(TString outprefix =
"");
136 fFriendFiles.push_back(par);
168 TString fParamRootFile;
169 TString fParamAsciiFile;
170 std::vector<TString> fFriendFiles;
173 Int_t fEventCounterRate;
175 Bool_t fGenerateRunInfo;
176 Bool_t fUseFairLinks;
void AddLocalRecoTasks(Bool_t pers=kTRUE)
Add local reconstruction tasks.
void AddDigiOnlyTasks(Bool_t pers=kTRUE)
Add digitization tasks without reconstruction.
Class for the master reconstruction chain.
Bool_t Setup(TString outprefix="")
Initial setup.
void AddFriend(TString par)
Setter of friend root files.
virtual ~PndMasterRunAna()
Default destructor.
void SetInput(TString par)
Input of the macro.
void AddRecoTasks(Bool_t pers=kTRUE)
Add reconstruction tasks.
void GenerateRunInfo(Bool_t val)
void AddPidTasks(Bool_t pers=kTRUE)
Add pid tasks.
void AddRecoIdealTasks(Bool_t pers=kTRUE)
Add ideal pattern reconstruction tasks.
void SetParamRootFile(TString par)
Setter of the parameter root file.
PndMasterRunAna()
Default constructor.
void SetOptions(TString par)
Setter of the reconstruction options.
void AddDigiTasks(Bool_t pers=kTRUE)
Add digitization and local reconstruction tasks.
void Finish()
Final diagnostics.
void UseFairLinks(Bool_t val)
void SetOutput(TString par)
Tag of the output file of the macro.
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file.
void SetEventCounterRate(Int_t par)
Setter of the event counter rate.