#include <R3BEventHeaderPropagator.h>
|
| 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() [1/2]
R3BEventHeaderPropagator::R3BEventHeaderPropagator |
( |
| ) |
|
◆ R3BEventHeaderPropagator() [2/2]
R3BEventHeaderPropagator::R3BEventHeaderPropagator |
( |
const TString & | name, |
|
|
Int_t | iVerbose = 1, |
|
|
std::string_view | nameheader = "EventHeader." ) |
|
explicit |
Creates an instance of the task.
- Parameters
-
name | a name of the task. |
iVerbose | a verbosity level. |
Definition at line 25 of file R3BEventHeaderPropagator.cxx.
◆ Exec()
void R3BEventHeaderPropagator::Exec |
( |
Option_t * | | ) |
|
|
override |
Is called by the framework every time a new event is read.
- Parameters
-
option | an execution option. |
Definition at line 47 of file R3BEventHeaderPropagator.cxx.
◆ Init()
InitStatus R3BEventHeaderPropagator::Init |
( |
| ) |
|
|
override |
This function is called by the framework before the event loop.
- Returns
- Initialization status. kSUCCESS, kERROR or kFATAL.
Definition at line 31 of file R3BEventHeaderPropagator.cxx.
◆ fHeader
◆ fNameHeader
std::string R3BEventHeaderPropagator::fNameHeader |
|
private |
◆ fSource
FairSource* R3BEventHeaderPropagator::fSource = nullptr |
|
private |
The documentation for this class was generated from the following files: