 |
Belle II Software
release-05-02-19
|
11 #ifndef QCSMONITORDIGITIZERMODULE_H
12 #define QCSMONITORDIGITIZERMODULE_H
14 #include <framework/core/Module.h>
15 #include <framework/datastore/StoreArray.h>
16 #include <beast/qcsmonitor/dataobjects/QcsmonitorHit.h>
19 const Int_t MAXSIZE = 10000;
21 const Int_t MAXtSIZE = 1000;
28 namespace qcsmonitor {
54 virtual void event()
override;
57 virtual void endRun()
override;
Qcsmonitor tube digitizer.
double m_TimeStep
Time step.
double m_MIPthres
Energy threshold.
virtual void endRun() override
This method is called if the current run ends.
virtual void event() override
This method is the core of the module.
double hitsarrayinMIP[1000][100]
Event MIP array.
Abstract base class for different kinds of events.
int m_ScintCell
Number of QCSMONITOR scintillator cell.
virtual void beginRun() override
Called when entering a new run.
virtual void initialize() override
Initialize the Module.
double m_C_MIP_to_PE
Convertor factor MIP to PE.
double m_MinTime
Lower time limit.
virtual void terminate() override
This method is called at the end of the event processing.
double m_C_keV_to_MIP
Convertor factor keV to MIP.
double m_MaxTime
Upper time limit.
virtual void getXMLData()
Array for QcsmonitorHit.
Accessor to arrays stored in the data store.
QcsmonitorDigitizerModule()
Constructor: Sets the description, the properties and the parameters of the module.