FairRoot/PandaRoot
PndMasterRecoIdealTask.h
Go to the documentation of this file.
1 
13 #ifndef PNDMASTERRECOIDEALTASK_H
14 #define PNDMASTERRECOIDEALTASK_H
15 
16 #include "PndMasterTask.h"
17 
18 class TClonesArray;
19 
21 {
22  public:
23 
34 
38  virtual ~PndMasterRecoIdealTask();
39 
44  virtual void SetPersistency(Bool_t pers = kTRUE);
45 
46  private:
47 
58  } reco;
59 
61 
65 };
66 
67 #endif /* PNDMASTERRECOTASK_H */
struct PndMasterRecoIdealTask::recoIdealTaskList reco
PndMasterRecoIdealTask(TString fOptions="")
Default constructor with options This string can be: "" -> default settings full setup "day1" -> Set...
TString fOptions
Options parsed to the reconstruction.
Abstract class for all the master task list classes.
Definition: PndMasterTask.h:21
struct of the task list This struct avoids to retrieve tasks using the integer value (misleading)...
virtual ~PndMasterRecoIdealTask()
Destructor.
The default reconstruction tasks.
ClassDef(PndBlackBoxTask, 1)
virtual void SetPersistency(Bool_t pers=kTRUE)
Set the persistency of all the tasks.