38 TString barrelbranchname=
"SttMvdGemGenTrack";
40 barrelbranchname=
"SttMvdGenTrack";
42 if (
fOptions.Contains(
"filtered")) barrelbranchname+=
"_filtered";
43 if (
fOptions.Contains(
"fakeonline")) barrelbranchname+=
"_fakeonline";
46 TString fwdbranchname=
"FtsIdealGenTrack";
47 if (
fOptions.Contains(
"fakeonline")) fwdbranchname+=
"_fakeonline";
97 if (!pers) LOG(INFO) <<
"It makes no sense to have pid persistency switched OFF!" << FairLogger::endl;
98 if (!pers) LOG(INFO) <<
"Or, if you prefer... this functionality has not been implemented yet" << FairLogger::endl;
PndMasterPidTask(TString options="")
Default constructor with options This string can be: "" -> default settings full setup "day1" -> Set...
void SetVerbose(Int_t iVerbose=1)
Set the Verbosity to all the tasks.
void SetBarrelTrackBranch(TString branch)
void SetCleanMc(Bool_t opt=kTRUE)
virtual void SetPersistency(Bool_t pers=kTRUE)
Set the persistency of all the tasks.
Abstract class for all the master task list classes.
TString fOptions
Options parsed to the pid.
void SetDebugMode(Bool_t debug)
virtual ~PndMasterPidTask()
Destructor.
std::vector< FairTask * > fStandardTasks
void SetBackPropagate(Bool_t opt=kTRUE)
void SetForwardTrackBranch(TString branch)
void SetFast(Bool_t fast)