R3BROOT
R3B analysis software
|
#include <R3BWhiterabbitPropagator.h>
Public Member Functions | |
R3BWhiterabbitPropagator () | |
Default constructor. | |
R3BWhiterabbitPropagator (const TString &name, Int_t iVerbose=1, const TString &namewr="WRMaster") | |
Standard constructor. | |
virtual | ~R3BWhiterabbitPropagator () |
Destructor. | |
virtual InitStatus | Init () override |
Method for task initialization. | |
virtual void | Exec (Option_t *option) override |
Method for event loop implementation. | |
Definition at line 27 of file R3BWhiterabbitPropagator.h.
R3BWhiterabbitPropagator::R3BWhiterabbitPropagator | ( | ) |
Creates an instance of the task with default parameters.
Definition at line 26 of file R3BWhiterabbitPropagator.cxx.
R3BWhiterabbitPropagator::R3BWhiterabbitPropagator | ( | const TString & | name, |
Int_t | iVerbose = 1, | ||
const TString & | namewr = "WRMaster" ) |
Creates an instance of the task.
name | a name of the task. |
iVerbose | a verbosity level. |
namewr | a name of the whiterabbit. |
Definition at line 31 of file R3BWhiterabbitPropagator.cxx.
|
virtual |
Definition at line 38 of file R3BWhiterabbitPropagator.cxx.
|
overridevirtual |
Is called by the framework every time a new event is read.
option | an execution option. |
Definition at line 71 of file R3BWhiterabbitPropagator.cxx.
|
overridevirtual |
This function is called by the framework before the event loop.
Definition at line 48 of file R3BWhiterabbitPropagator.cxx.