9#include <tracking/modules/roiFinding/pxd/ROIReadTestModule.h>
10#include <tracking/dataobjects/ROIpayload.h>
27 setDescription(
"check the payload produced by the ROIPayloadAssembler Module");
48 unsigned char* rootdata = (
unsigned char*)
m_ROIPayloads->getRootdata();
51 for (
int i = 0; i < 4 * length; i++) {
void setDescription(const std::string &description)
Sets the description of the module.
void initialize() override
Initializes the Module.
std::string m_ROIpayloadName
ROI payload name.
void event() override
This method is called for each event.
ROIReadTestModule()
Constructor of the module.
void terminate() override
Termination action.
std::string m_outfileName
produced file name
StoreObjPtr< ROIpayload > m_ROIPayloads
ROIpayload StoreArray.
FILE * m_pFile
file handler
void addParam(const std::string &name, T ¶mVariable, const std::string &description, const T &defaultValue)
Adds a new parameter to the module.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Abstract base class for different kinds of events.