 |
Belle II Software
release-05-02-19
|
14 #ifndef TRGGRLModule_H
15 #define TRGGRLModule_H
18 #include "framework/core/Module.h"
19 #include "trg/grl/TRGGRL.h"
52 virtual void event()
override;
55 virtual void endRun()
override;
63 std::string
version(
void)
const;
93 #endif // TRGGRLModule_H
TRGGRLModule()
Constructor.
int _fastSimulationMode
Switch for the fast simulation.
int _simulationMode
Mode for TRGGRL simulation.
std::string version(void) const
returns version of TRGGRLModule.
virtual void initialize() override
Initilizes TRGGRLModule.
int _debugLevel
Debug level.
virtual ~TRGGRLModule()
Destructor.
virtual void terminate() override
Called when processing ended.
Abstract base class for different kinds of events.
virtual void endRun() override
Called when run ended.
A module to simulate the Global Decision Logic.
int _firmwareSimulationMode
Switch for the firmware simulation. 0:do nothing, 1:do everything.
virtual void beginRun() override
Called when new run started.
std::string _configFilename
Config. file name.
static TRGGRL * _grl
A pointer to a TRGGRL;.
virtual void event() override
Called event by event.