EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/PndTools/generalTools/PndBlackBoxTask.h>
Public Member Functions | |
PndBlackBoxTask (const char *name) | |
virtual | ~PndBlackBoxTask () |
virtual void | SetParContainers () |
virtual InitStatus | Init () |
virtual InitStatus | ReInit () |
virtual void | Exec (Option_t *opt) |
void | SetVerbose (Int_t iVerbose) |
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) |
Private Member Functions | |
ClassDef (PndBlackBoxTask, 1) | |
Additional Inherited Members | |
Protected Member Functions inherited from FairTask | |
virtual void | Finish () |
void | InitTasks () |
void | ReInitTasks () |
void | SetParTasks () |
void | FinishTasks () |
void | FinishEvents () |
Protected Attributes inherited from FairTask | |
Int_t | fVerbose |
Int_t | fInputPersistance |
Indicates if input branch is persistant. | |
FairLogger * | fLogger |
Definition at line 9 of file PndBlackBoxTask.h.
View newest version in sPHENIX GitHub at line 9 of file PndBlackBoxTask.h
PndBlackBoxTask::PndBlackBoxTask | ( | const char * | name | ) |
Definition at line 8 of file PndBlackBoxTask.cxx.
View newest version in sPHENIX GitHub at line 8 of file PndBlackBoxTask.cxx
|
virtual |
Definition at line 15 of file PndBlackBoxTask.cxx.
View newest version in sPHENIX GitHub at line 15 of file PndBlackBoxTask.cxx
|
private |
|
virtual |
Definition at line 50 of file PndBlackBoxTask.cxx.
View newest version in sPHENIX GitHub at line 50 of file PndBlackBoxTask.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 43 of file PndBlackBoxTask.cxx.
View newest version in sPHENIX GitHub at line 43 of file PndBlackBoxTask.cxx
References kSUCCESS.
|
virtual |
Reinitialisation. To be implemented in the derived class. Success If not kSUCCESS, task will be set inactive.
Reimplemented from FairTask.
Definition at line 25 of file PndBlackBoxTask.cxx.
View newest version in sPHENIX GitHub at line 25 of file PndBlackBoxTask.cxx
References kSUCCESS.
|
virtual |
Intialise parameter containers. To be implemented in the derived class.
Reimplemented from FairTask.
Definition at line 21 of file PndBlackBoxTask.cxx.
View newest version in sPHENIX GitHub at line 21 of file PndBlackBoxTask.cxx
void PndBlackBoxTask::SetVerbose | ( | Int_t | iVerbose | ) |
Definition at line 32 of file PndBlackBoxTask.cxx.
View newest version in sPHENIX GitHub at line 32 of file PndBlackBoxTask.cxx
References FairTask::fVerbose.