|
FairRoot
|
#include <PixelAltDigiWriteToRootVector.h>
Public Member Functions | |
| PixelAltDigiWriteToRootVector () | |
| PixelAltDigiWriteToRootVector (Int_t iVerbose) | |
| PixelAltDigiWriteToRootVector (const char *name, Int_t iVerbose) | |
| virtual | ~PixelAltDigiWriteToRootVector () |
| virtual void | Exec (Option_t *opt) |
| void | SetOutputFileName (TString tstr) |
| void | SetDivideLevel (Int_t idiv) |
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 29 of file PixelAltDigiWriteToRootVector.h.
| PixelAltDigiWriteToRootVector::PixelAltDigiWriteToRootVector | ( | ) |
Default constructor
Definition at line 29 of file PixelAltDigiWriteToRootVector.cxx.
| PixelAltDigiWriteToRootVector::PixelAltDigiWriteToRootVector | ( | Int_t | iVerbose | ) |
Standard constructor
Definition at line 33 of file PixelAltDigiWriteToRootVector.cxx.
| PixelAltDigiWriteToRootVector::PixelAltDigiWriteToRootVector | ( | const char * | name, |
| Int_t | iVerbose | ||
| ) |
Constructor with name
Definition at line 37 of file PixelAltDigiWriteToRootVector.cxx.
|
virtual |
Destructor
Definition at line 54 of file PixelAltDigiWriteToRootVector.cxx.
|
virtual |
Execution
Definition at line 56 of file PixelAltDigiWriteToRootVector.cxx.
|
inline |
Definition at line 49 of file PixelAltDigiWriteToRootVector.h.
|
inline |
Definition at line 47 of file PixelAltDigiWriteToRootVector.h.