PandaRoot
PndMasterSimTask.h
Go to the documentation of this file.
1 
14 #ifndef PNDMASTERSIMTASK_H
15 #define PNDMASTERSIMTASK_H
16 
17 #include "PndMasterTask.h"
18 
19 class TClonesArray;
20 
22  public:
26  PndMasterSimTask(TString fOptions = "");
27 
31  virtual ~PndMasterSimTask();
32 
37  virtual void SetPersistency(Bool_t pers = kTRUE);
38 
39  private:
45  enum simTaskList { kPndEmcHitProducer };
46  TString fOptions;
47 
49  ClassDef(PndMasterSimTask, 1);
51 };
52 
53 #endif /* PNDMASTERSIMTASK_H */
The default sim tasks.
Abstract class for all the master task list classes.
Definition: PndMasterTask.h:21
virtual ~PndMasterSimTask()
Destructor.
virtual void SetPersistency(Bool_t pers=kTRUE)
Set the persistency of all the tasks.
PndMasterSimTask(TString fOptions="")
Default constructor.