FairRoot/PandaRoot
PndMasterRecoTask.h
Go to the documentation of this file.
1 
13 #ifndef PNDMASTERRECOTASK_H
14 #define PNDMASTERRECOTASK_H
15 
16 #include "PndMasterTask.h"
17 
18 class TClonesArray;
19 
21 {
22  public:
23 
35 
39  virtual ~PndMasterRecoTask();
40 
41 
42  private:
43 
49  struct recoTaskList {
56  } reco;
57 
59 
63 };
64 
65 #endif /* PNDMASTERRECOTASK_H */
struct of the task list This struct avoids to retrieve tasks using the integer value (misleading)...
TString fOptions
Options parsed to the reconstruction.
Abstract class for all the master task list classes.
Definition: PndMasterTask.h:21
struct PndMasterRecoTask::recoTaskList reco
virtual ~PndMasterRecoTask()
Destructor.
ClassDef(PndBlackBoxTask, 1)
PndMasterRecoTask(TString fOptions="")
Default constructor with options This string can be: "" -> default settings full setup "day1" -> Set...
The default reconstruction tasks.