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