|
FairRoot
|
#include <PixelFindHits.h>
Public Member Functions | |
| PixelFindHits () | |
| PixelFindHits (Int_t iVerbose) | |
| PixelFindHits (const char *name, Int_t iVerbose) | |
| virtual | ~PixelFindHits () |
| virtual void | Exec (Option_t *opt) |
| virtual void | GetParList (TList *tempList) |
| virtual void | InitMQ (TList *tempList) |
| virtual void | ExecMQ (TList *inputList, TList *outputList) |
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) |
Additional Inherited Members | |
Protected Member Functions inherited from FairTask | |
| void | InitTasks () |
| void | ReInitTasks () |
| virtual void | ExecuteTasks (Option_t *option) |
| void | SetParTasks () |
| void | FinishTasks () |
| void | FinishEvents () |
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 27 of file PixelFindHits.h.
| PixelFindHits::PixelFindHits | ( | ) |
Default constructor
Definition at line 35 of file PixelFindHits.cxx.
| PixelFindHits::PixelFindHits | ( | Int_t | iVerbose | ) |
Standard constructor
Definition at line 39 of file PixelFindHits.cxx.
| PixelFindHits::PixelFindHits | ( | const char * | name, |
| Int_t | iVerbose | ||
| ) |
Constructor with name
Definition at line 43 of file PixelFindHits.cxx.
|
virtual |
Destructor
Definition at line 64 of file PixelFindHits.cxx.
|
virtual |
Execution
Definition at line 74 of file PixelFindHits.cxx.
|
virtual |
Definition at line 175 of file PixelFindHits.cxx.
|
virtual |
Definition at line 145 of file PixelFindHits.cxx.
|
virtual |
Definition at line 153 of file PixelFindHits.cxx.