#include <R3BNeulandGainMatching.h>
|
| R3BNeulandGainMatching () |
| Default constructor.
|
|
| R3BNeulandGainMatching (const char *name, Int_t iVerbose=1) |
| Standard constructor.
|
|
virtual | ~R3BNeulandGainMatching () |
| Destructor.
|
|
virtual InitStatus | Init () |
| Method for task initialization.
|
|
virtual void | Exec (Option_t *option) |
| Method for event loop implementation.
|
|
virtual void | FinishEvent () |
| A method for finish of processing of an event.
|
|
virtual void | FinishTask () |
| Method for finish of the task execution.
|
|
void | SetUpdateRate (Int_t rate) |
| Method for setting the update rate.
|
|
void | SetTrigger (Int_t trigger) |
| Method for selecting events with certain trigger value.
|
|
void | SetNofModules (Int_t firstPlane, Int_t nPlanes, Int_t nPaddles) |
| Method for setting number of modules in NeuLAND setup.
|
|
void | SetNeededStat (Int_t nevents) |
| Method for setting needed statistics for data analyis.
|
|
Definition at line 23 of file R3BNeulandGainMatching.h.
◆ R3BNeulandGainMatching() [1/2]
R3BNeulandGainMatching::R3BNeulandGainMatching |
( |
| ) |
|
◆ R3BNeulandGainMatching() [2/2]
R3BNeulandGainMatching::R3BNeulandGainMatching |
( |
const char * | name, |
|
|
Int_t | iVerbose = 1 ) |
Creates an instance of the task.
- Parameters
-
name | a name of the task. |
iVerbose | a verbosity level. |
Definition at line 50 of file R3BNeulandGainMatching.cxx.
◆ ~R3BNeulandGainMatching()
R3BNeulandGainMatching::~R3BNeulandGainMatching |
( |
| ) |
|
|
virtual |
◆ Exec()
void R3BNeulandGainMatching::Exec |
( |
Option_t * | option | ) |
|
|
virtual |
Is called by the framework every time a new event is read.
- Parameters
-
option | an execution option. |
Definition at line 127 of file R3BNeulandGainMatching.cxx.
◆ FinishEvent()
void R3BNeulandGainMatching::FinishEvent |
( |
| ) |
|
|
virtual |
◆ FinishTask()
void R3BNeulandGainMatching::FinishTask |
( |
| ) |
|
|
virtual |
◆ Init()
InitStatus R3BNeulandGainMatching::Init |
( |
| ) |
|
|
virtual |
This function is called by the framework before the event loop.
- Returns
- Initialization status. kSUCCESS, kERROR or kFATAL.
Definition at line 60 of file R3BNeulandGainMatching.cxx.
◆ SetNeededStat()
void R3BNeulandGainMatching::SetNeededStat |
( |
Int_t | nevents | ) |
|
|
inline |
◆ SetNofModules()
void R3BNeulandGainMatching::SetNofModules |
( |
Int_t | firstPlane, |
|
|
Int_t | nPlanes, |
|
|
Int_t | nPaddles ) |
|
inline |
◆ SetTrigger()
void R3BNeulandGainMatching::SetTrigger |
( |
Int_t | trigger | ) |
|
|
inline |
◆ SetUpdateRate()
void R3BNeulandGainMatching::SetUpdateRate |
( |
Int_t | rate | ) |
|
|
inline |
◆ group
R3BChannelAccessGroup* R3BNeulandGainMatching::group |
◆ vmon
R3BChannelAccess* R3BNeulandGainMatching::vmon |
◆ vtarget
R3BChannelAccess* R3BNeulandGainMatching::vtarget |
The documentation for this class was generated from the following files: