14 #ifndef PNDMASTERTASK_H 15 #define PNDMASTERTASK_H FairTask * GetTask(Int_t nTask)
Return the pointer to a single task.
void PrintTaskList()
It prints the list of tasks.
void SetVerbose(Int_t iVerbose=1)
Set the Verbosity to all the tasks.
std::map< PndPersistencyTask *, bool > fFixedPersistency
std::vector< FairTask * > fStandardTasks
std::vector< PndPersistencyTask * > fBranchTasks
virtual ~PndMasterTask()
Destructor.
Abstract class for all the master task list classes.
virtual void SetPersistency(Bool_t pers=kTRUE)
Set the persistency of all the tasks This function has to be implemented for each master task...
PndMasterTask()
Default constructor.