 |
Belle II Software
release-05-02-19
|
11 #ifndef SVD3SAMPLESEMULATORMODULE_H
12 #define SVD3SAMPLESEMULATORMODULE_H
14 #include <framework/core/Module.h>
15 #include <framework/datastore/StoreArray.h>
16 #include <framework/datastore/StoreObjPtr.h>
17 #include <svd/dataobjects/SVDShaperDigit.h>
18 #include <svd/dataobjects/SVDEventInfo.h>
32 class SVD3SamplesEmulatorModule :
public Module {
48 virtual void event()
override;
51 virtual void endRun()
override;
StoreObjPtr< SVDEventInfo > m_storeSVDEvtInfo
storage for SVDEventInfo object required for the module
StoreObjPtr< SVDEventInfo > m_storeSVDEvtInfo3samples
storage for SVDEventInfo object produced for 3 samples
virtual void beginRun() override
initializes the module
std::string m_outputArrayName
StoreArray with the 3-samples output shaperdigits, with DAQMode = 1.
std::string m_svdEventInfoName
Name of the SVDEventInfo object.
virtual void event() override
processes the event
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
virtual void terminate() override
terminates the module
std::string m_shaperDigitInputName
name of the input ShaperDigits StoreArray
virtual void initialize() override
init the module
SVD3SamplesEmulatorModule()
Constructor: Sets the description, the properties and the parameters of the module.
virtual ~SVD3SamplesEmulatorModule()
if required
Accessor to arrays stored in the data store.
Int_t m_startingSample
Starting sample from which select the three samples of the initial six.
virtual void endRun() override
end the run
StoreArray< SVDShaperDigit > m_ShaperDigit
StoreArray with the 6-samples input shaperdigits with DAQMode = 2.