R3BROOT
R3B analysis software
|
#include <R3BDataPropagator.h>
Public Member Functions | |
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::R3BDataPropagator | ( | ) |
Creates an instance of the task with default parameters.
Definition at line 22 of file R3BDataPropagator.cxx.
R3BDataPropagator::R3BDataPropagator | ( | const TString & | name, |
Int_t | iVerbose = 1, | ||
const TString & | namebranch = "" ) |
Creates an instance of the task.
name | a name of the task. |
iVerbose | a verbosity level. |
Definition at line 27 of file R3BDataPropagator.cxx.
|
virtual |
Frees the memory used by the object.
Definition at line 34 of file R3BDataPropagator.cxx.
|
overridevirtual |
Is called by the framework every time a new event is read.
option | an execution option. |
Definition at line 62 of file R3BDataPropagator.cxx.
|
overridevirtual |
This function is called by the framework before the event loop.
Definition at line 43 of file R3BDataPropagator.cxx.