 |
Belle II Software
release-05-01-25
|
13 #include <framework/core/Module.h>
15 #include <pxd/dataobjects/PXDGatedModeInfo.h>
17 #include <framework/datastore/StoreObjPtr.h>
32 class PXDGatedInfoFillerModule :
public Module {
42 void event() override final;
The PXD Gated Info Class.
std::string m_GatedModeInfoName
Name of input array for DAQ Status.
PXDGatedInfoFillerModule()
Constructor defining the parameters.
void initialize() override final
Initialize the Module.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
StoreObjPtr< PXDGatedModeInfo > m_storeGatedModeInfo
Input array for DAQ Status.
void event() override final
This method is the core of the module.