FairRoot/PandaRoot
PndMasterPidTask.h
Go to the documentation of this file.
1 
13 #ifndef PNDMASTERPIDTASK_H
14 #define PNDMASTERPIDTASK_H
15 
16 #include "PndMasterTask.h"
17 
18 class TClonesArray;
19 
21 {
22  public:
23 
34  PndMasterPidTask(TString options="");
35 
39  virtual ~PndMasterPidTask();
40 
45  virtual void SetPersistency(Bool_t pers = kTRUE);
46 
47  private:
48 
53  struct pidTaskList
54  {
57  Short_t kPndMcCloner;
68  } pid;
69 
71 
75 };
76 
77 #endif /* PNDMASTERPIDTASK_H */
78 
PndMasterPidTask(TString options="")
Default constructor with options This string can be: "" -> default settings full setup "day1" -> Set...
virtual void SetPersistency(Bool_t pers=kTRUE)
Set the persistency of all the tasks.
Abstract class for all the master task list classes.
Definition: PndMasterTask.h:21
TString fOptions
Options parsed to the pid.
struct PndMasterPidTask::pidTaskList pid
virtual ~PndMasterPidTask()
Destructor.
The default pid tasks.
ClassDef(PndBlackBoxTask, 1)
struct of the task list This struct avoids to retrieve tasks using the integer value (misleading)...