13 #ifndef PNDMASTERRUNANA_H
14 #define PNDMASTERRUNANA_H
16 #include "FairRunAna.h"
18 #include "TStopwatch.h"
TString fOutFile
Name of the output file.
TString fParamRootFile
Name of the parameter root file.
Int_t fEventCounterRate
After how many events the counter will print.
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.
TString fInput
Name of the input for the simulation.
Bool_t Setup(TString outprefix="")
Initial setup.
Double_t val[nBoxes][nFEBox]
void AddFriend(TString par)
Setter of friend root files.
TString fOptions
Options parsed to the reconstruction.
void SetInput(TString par)
Input of the macro.
void AddRecoTasks(Bool_t pers=kTRUE)
Add reconstruction tasks.
Bool_t fNoGeane
Protect GEANE from being loaded twice.
Bool_t fGenerateRunInfo
Switches on/off the generation of Run info.
void GenerateRunInfo(Bool_t val)
void AddPidTasks(Bool_t pers=kTRUE)
Add pid tasks.
Bool_t fUseFairLinks
Switches on/off the usage of FairLinks.
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 This string can be: "" -> default settings "day1" -> Setup for ...
virtual ~PndMasterRunAna()
Default destructor.
void AddDigiTasks(Bool_t pers=kTRUE)
Add digitization and local reconstruction tasks.
TString fParamAsciiFile
Name of the parameter ascii file.
void Finish()
Final diagnostics.
std::vector< TString > fFriendFiles
Name of friend files.
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.