FairRoot/PandaRoot
PndMasterSimTask.h
Go to the documentation of this file.
1 
13 #ifndef PNDMASTERSIMTASK_H
14 #define PNDMASTERSIMTASK_H
15 
16 #include "PndMasterTask.h"
17 
18 class TClonesArray;
19 
21 {
22  public:
23 
28 
32  virtual ~PndMasterSimTask();
33 
38  virtual void SetPersistency(Bool_t pers = kTRUE);
39 
40  private:
41 
46  enum simTaskList {
48  };
50 
54 };
55 
56 #endif /* PNDMASTERSIMTASK_H */
simTaskList
enum of the task list This enum avoids to retrieve tasks using the integer value (misleading)...
The default sim tasks.
Abstract class for all the master task list classes.
Definition: PndMasterTask.h:21
virtual ~PndMasterSimTask()
Destructor.
TString fOptions
Options parsed to the reconstruction.
ClassDef(PndBlackBoxTask, 1)
virtual void SetPersistency(Bool_t pers=kTRUE)
Set the persistency of all the tasks.
PndMasterSimTask(TString fOptions="")
Default constructor.