PandaRoot
PndMasterRecoIdealTask.h
Go to the documentation of this file.
1 
14 #ifndef PNDMASTERRECOIDEALTASK_H
15 #define PNDMASTERRECOIDEALTASK_H
16 
17 #include "PndMasterTask.h"
18 
19 class TClonesArray;
20 
22  public:
32  PndMasterRecoIdealTask(TString fOptions = "");
33 
37  virtual ~PndMasterRecoIdealTask();
38 
39  private:
40 
41  TString fOptions;
42 
44  ClassDef(PndMasterRecoIdealTask, 2);
46 };
47 
48 #endif /* PNDMASTERRECOTASK_H */
PndMasterRecoIdealTask(TString fOptions="")
Default constructor with options.
virtual ~PndMasterRecoIdealTask()
Destructor.
Abstract class for all the master task list classes.
Definition: PndMasterTask.h:21
The default reconstruction tasks.