R3BROOT
R3B analysis software
|
#include <R3BEventHeaderPropagator.h>
Public Member Functions | |
R3BEventHeaderPropagator () | |
Default constructor. | |
R3BEventHeaderPropagator (const TString &name, Int_t iVerbose=1, std::string_view nameheader="EventHeader.") | |
Standard constructor. | |
InitStatus | Init () override |
Method for task initialization. | |
void | Exec (Option_t *) override |
Method for event loop implementation. | |
Definition at line 24 of file R3BEventHeaderPropagator.h.
R3BEventHeaderPropagator::R3BEventHeaderPropagator | ( | ) |
Creates an instance of the task with default parameters.
Definition at line 20 of file R3BEventHeaderPropagator.cxx.
|
explicit |
Creates an instance of the task.
name | a name of the task. |
iVerbose | a verbosity level. |
Definition at line 25 of file R3BEventHeaderPropagator.cxx.
|
override |
Is called by the framework every time a new event is read.
option | an execution option. |
Definition at line 47 of file R3BEventHeaderPropagator.cxx.
|
override |
This function is called by the framework before the event loop.
Definition at line 31 of file R3BEventHeaderPropagator.cxx.