9#include <daq/rfarm/event/modules/CertifyParallelModule.h>
29 B2INFO(
"CertifyParallel: Constructor done.");
33CertifyParallelModule::~CertifyParallelModule()
56 printf(
"Total event = %d\n", m_nevent);
62 B2INFO(
"ElapsedTime: terminate called");
void initialize() override
Module functions to be called from main process.
void event() override
This method is the core of the module.
void endRun() override
This method is called if the current run ends.
void terminate() override
This method is called at the end of the event processing.
CertifyParallelModule()
Constructor / Destructor.
void beginRun() override
Module functions to be called from event process.
void setPropertyFlags(unsigned int propertyFlags)
Sets the flags for the module properties.
@ c_ParallelProcessingCertified
This module can be run in parallel processing mode safely (All I/O must be done through the data stor...
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Abstract base class for different kinds of events.