FairRoot
|
#include <FairPrintFairLinks.h>
Public Member Functions | |
FairPrintFairLinks () | |
virtual | ~FairPrintFairLinks () |
virtual void | SetParContainers () |
virtual void | AddBranchName (const TString &name) |
virtual void | PrintBranchNameList (TList *branches) |
virtual InitStatus | Init () |
virtual void | Exec (Option_t *opt) |
virtual void | Finish () |
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 Member Functions | |
void | InitBranchList (TList *branches) |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from FairTask | |
Int_t | fVerbose |
Int_t | fInputPersistance |
Indicates if input branch is persistant. More... | |
FairLogger * | fLogger |
Bool_t | fStreamProcessing |
Definition at line 23 of file FairPrintFairLinks.h.
FairPrintFairLinks::FairPrintFairLinks | ( | ) |
Default constructor
Definition at line 16 of file FairPrintFairLinks.cxx.
|
virtual |
Destructor
Definition at line 21 of file FairPrintFairLinks.cxx.
|
inlinevirtual |
Definition at line 35 of file FairPrintFairLinks.h.
|
virtual |
Virtual method Exec
Definition at line 98 of file FairPrintFairLinks.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 115 of file FairPrintFairLinks.cxx.
|
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 23 of file FairPrintFairLinks.cxx.
|
protected |
Definition at line 46 of file FairPrintFairLinks.cxx.
|
virtual |
Definition at line 80 of file FairPrintFairLinks.cxx.
|
virtual |
Virtual method Init
Reimplemented from FairTask.
Definition at line 91 of file FairPrintFairLinks.cxx.