![]() |
PandaRoot
|
The default sim tasks. More...
#include <PndMasterSimTask.h>
Public Member Functions | |
PndMasterSimTask (TString fOptions="") | |
Default constructor. More... | |
virtual | ~PndMasterSimTask () |
Destructor. More... | |
virtual void | SetPersistency (Bool_t pers=kTRUE) |
Set the persistency of all the tasks. 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... | |
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 sim tasks.
This class includes all the tasks which need to be used after simulation in the default sim macros.
Definition at line 21 of file PndMasterSimTask.h.
PndMasterSimTask::PndMasterSimTask | ( | TString | fOptions = "" | ) |
Default constructor.
|
virtual |
Destructor.
|
virtual |
Set the persistency of all the tasks.
pers | Persistency level: 0 no TCA, 1 all TCA |
Reimplemented from PndMasterTask.