#include <R3BDataPropagator.h>
|
| R3BDataPropagator () |
| Default constructor.
|
|
| R3BDataPropagator (const TString &name, Int_t iVerbose=1, const TString &namebranch="") |
| Standard constructor.
|
|
virtual | ~R3BDataPropagator () |
| Destructor.
|
|
virtual InitStatus | Init () override |
| Method for task initialization.
|
|
virtual void | Exec (Option_t *option) override |
| Method for event loop implementation.
|
|
Definition at line 22 of file R3BDataPropagator.h.
◆ R3BDataPropagator() [1/2]
R3BDataPropagator::R3BDataPropagator |
( |
| ) |
|
◆ R3BDataPropagator() [2/2]
R3BDataPropagator::R3BDataPropagator |
( |
const TString & | name, |
|
|
Int_t | iVerbose = 1, |
|
|
const TString & | namebranch = "" ) |
Creates an instance of the task.
- Parameters
-
name | a name of the task. |
iVerbose | a verbosity level. |
Definition at line 27 of file R3BDataPropagator.cxx.
◆ ~R3BDataPropagator()
R3BDataPropagator::~R3BDataPropagator |
( |
| ) |
|
|
virtual |
◆ Exec()
void R3BDataPropagator::Exec |
( |
Option_t * | option | ) |
|
|
overridevirtual |
Is called by the framework every time a new event is read.
- Parameters
-
option | an execution option. |
Definition at line 62 of file R3BDataPropagator.cxx.
◆ Init()
InitStatus R3BDataPropagator::Init |
( |
| ) |
|
|
overridevirtual |
This function is called by the framework before the event loop.
- Returns
- Initialization status. kSUCCESS, kERROR or kFATAL.
Definition at line 43 of file R3BDataPropagator.cxx.
◆ fInputData
TClonesArray* R3BDataPropagator::fInputData |
|
private |
◆ fNameBranch
TString R3BDataPropagator::fNameBranch |
|
private |
The documentation for this class was generated from the following files: