9 #include <tracking/modules/pxdDataReduction/ROIReadTestModule.h>
26 setDescription(
"check the payload produced by the ROIPayloadAssembler Module");
47 unsigned char* rootdata = (
unsigned char*)
m_ROIPayloads->getRootdata();
50 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
REG_MODULE(arichBtest)
Register the Module.
void addParam(const std::string &name, T ¶mVariable, const std::string &description, const T &defaultValue)
Adds a new parameter to the module.
Abstract base class for different kinds of events.