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