R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3BWhiterabbitPropagator Class Reference

#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.
 

Detailed Description

Definition at line 27 of file R3BWhiterabbitPropagator.h.

Constructor & Destructor Documentation

◆ R3BWhiterabbitPropagator() [1/2]

R3BWhiterabbitPropagator::R3BWhiterabbitPropagator ( )

Creates an instance of the task with default parameters.

Definition at line 26 of file R3BWhiterabbitPropagator.cxx.

◆ R3BWhiterabbitPropagator() [2/2]

R3BWhiterabbitPropagator::R3BWhiterabbitPropagator ( const TString & name,
Int_t iVerbose = 1,
const TString & namewr = "WRMaster" )

Creates an instance of the task.

Parameters
namea name of the task.
iVerbosea verbosity level.
namewra name of the whiterabbit.

Definition at line 31 of file R3BWhiterabbitPropagator.cxx.

◆ ~R3BWhiterabbitPropagator()

R3BWhiterabbitPropagator::~R3BWhiterabbitPropagator ( )
virtual

Definition at line 38 of file R3BWhiterabbitPropagator.cxx.

Member Function Documentation

◆ Exec()

void R3BWhiterabbitPropagator::Exec ( Option_t * option)
overridevirtual

Is called by the framework every time a new event is read.

Parameters
optionan execution option.

Definition at line 71 of file R3BWhiterabbitPropagator.cxx.

◆ Init()

InitStatus R3BWhiterabbitPropagator::Init ( )
overridevirtual

This function is called by the framework before the event loop.

Returns
Initialization status. kSUCCESS, kERROR or kFATAL.

Definition at line 48 of file R3BWhiterabbitPropagator.cxx.


The documentation for this class was generated from the following files: