13 #ifndef PNDMASTERRUNANA_H 14 #define PNDMASTERRUNANA_H 16 #include "FairRunAna.h" 18 #include "TStopwatch.h" 40 Bool_t
Setup(TString outprefix =
"");
124 fFriendFiles.push_back(par);
156 TString fParamRootFile;
157 TString fParamAsciiFile;
158 std::vector<TString> fFriendFiles;
161 Int_t fEventCounterRate;
163 Bool_t fGenerateRunInfo;
164 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.