FairRoot
|
#include <FairMCMatchCreatorTask.h>
Public Member Functions | |
FairMCMatchCreatorTask () | |
virtual | ~FairMCMatchCreatorTask () |
virtual void | SetParContainers () |
void | SetPersistance (Bool_t pers) |
Bool_t | GetPersistance () |
virtual InitStatus | Init () |
virtual void | Exec (Option_t *opt) |
virtual void | Finish () |
virtual void | InitDataStages ()=0 |
Public Member Functions inherited from FairTask | |
FairTask () | |
FairTask (const char *name, Int_t iVerbose=1) | |
virtual | ~FairTask () |
void | InitTask () |
void | ReInitTask () |
void | SetParTask () |
virtual void | FinishTask () |
virtual void | FinishEvent () |
void | SetVerbose (Int_t iVerbose) |
void | SetInputPersistance (Bool_t val) |
void | CheckInputPersistance (TString branchName) |
virtual void | ExecuteTask (Option_t *option="0") |
void | SetOutputBranchPersistent (TString, Bool_t) |
Bool_t | IsOutputBranchPersistent (TString) |
void | SetStreamProcessing (Bool_t val=kTRUE) |
Protected Attributes | |
FairMCMatch * | fMCMatch |
Protected Attributes inherited from FairTask | |
Int_t | fVerbose |
Int_t | fInputPersistance |
Indicates if input branch is persistant. More... | |
FairLogger * | fLogger |
Bool_t | fStreamProcessing |
Additional Inherited Members | |
Protected Member Functions inherited from FairTask | |
virtual InitStatus | ReInit () |
void | InitTasks () |
void | ReInitTasks () |
virtual void | ExecuteTasks (Option_t *option) |
void | SetParTasks () |
void | FinishTasks () |
void | FinishEvents () |
Definition at line 31 of file FairMCMatchCreatorTask.h.
FairMCMatchCreatorTask::FairMCMatchCreatorTask | ( | ) |
Default constructor
Definition at line 24 of file FairMCMatchCreatorTask.cxx.
|
virtual |
Destructor
Definition at line 33 of file FairMCMatchCreatorTask.cxx.
|
virtual |
Virtual method Exec
Definition at line 92 of file FairMCMatchCreatorTask.cxx.
|
virtual |
Action at end of run. For this task and all of the subtasks. To be implemented in the derived class.
Reimplemented from FairTask.
Definition at line 135 of file FairMCMatchCreatorTask.cxx.
|
inline |
Definition at line 43 of file FairMCMatchCreatorTask.h.
|
virtual |
Intialisation at begin of run. To be implemented in the derived class. Success If not kSUCCESS, task will be set inactive.
Reimplemented from FairTask.
Definition at line 35 of file FairMCMatchCreatorTask.cxx.
|
pure virtual |
|
virtual |
Virtual method Init
Reimplemented from FairTask.
Definition at line 90 of file FairMCMatchCreatorTask.cxx.
|
inline |
Definition at line 42 of file FairMCMatchCreatorTask.h.
|
protected |
Definition at line 55 of file FairMCMatchCreatorTask.h.