![]() |
PandaRoot
|
The default reconstruction tasks. More...
#include <PndMasterRecoIdealTask.h>
Public Member Functions | |
PndMasterRecoIdealTask (TString fOptions="") | |
Default constructor with options. More... | |
virtual | ~PndMasterRecoIdealTask () |
Destructor. More... | |
![]() | |
PndMasterTask () | |
Default constructor. More... | |
PndMasterTask (const char *name) | |
Proper Constructor. More... | |
virtual | ~PndMasterTask () |
Destructor. More... | |
void | PrintTaskList () |
It prints the list of tasks. More... | |
virtual void | SetPersistency (Bool_t pers=kTRUE) |
Set the persistency of all the tasks This function has to be implemented for each master task, since different tasks use different functions to change the persistency of the output TClonesArrays. More... | |
void | SetVerbose (Int_t iVerbose=1) |
Set the Verbosity to all the tasks. More... | |
void | SetVerbose (Int_t nTask, Int_t iVerbose) |
Set the Verbosity to a single task. More... | |
FairTask * | GetTask (Int_t nTask) |
Return the pointer to a single task. More... | |
![]() | |
PndPersistencyTask () | |
PndPersistencyTask (const char *name, Int_t iVerbose=1) | |
virtual | ~PndPersistencyTask () |
void | SetPersistency (Bool_t val=kTRUE) |
Bool_t | GetPersistency () |
Additional Inherited Members | |
![]() | |
std::vector< PndPersistencyTask * > | fBranchTasks |
std::vector< FairTask * > | fStandardTasks |
std::map< PndPersistencyTask *, bool > | fFixedPersistency |
The default reconstruction tasks.
This class includes all the reconstruction tasks which need to be used in the default reconstruction macros.
Definition at line 21 of file PndMasterRecoIdealTask.h.
PndMasterRecoIdealTask::PndMasterRecoIdealTask | ( | TString | fOptions = "" | ) |
Default constructor with options.
options | = "" -> default settings full setup |
options | = "day1" -> Setup for day1 experiment: no GEM, FTS1234, NO DISC, NO RICH |
options | = "gem" (added to "day1") -> Setup for day1 experiment with 3 GEM planes |
options | = "fts1256" (added to "day1") -> Setup for day1 experiment with FTS1256 insted of FTS1234 Example: "day1+gem+fts1256" means day1 setup + GEM planes + fst1256 |
|
virtual |
Destructor.