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