 |
Belle II Software
release-05-01-25
|
11 #include <pxd/modules/pxdUnpacking/PXDGatedInfoFillerModule.h>
28 setDescription(
"Fill Gates Mode Information from ... for Reconstruction");
29 setPropertyFlags(c_ParallelProcessingCertified);
31 addParam(
"GatedModeInfoName", m_GatedModeInfoName,
"The name of the StoreObject of GatedModeInfo", std::string(
""));
45 for (
int i = 0; i < 192; i++) {
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
std::string m_GatedModeInfoName
Name of input array for DAQ Status.
PXD Gates Mode infromation on readout gate basis.
void initialize() override final
Initialize the Module.
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Abstract base class for different kinds of events.
StoreObjPtr< PXDGatedModeInfo > m_storeGatedModeInfo
Input array for DAQ Status.
void event() override final
This method is the core of the module.