 |
Belle II Software
release-05-02-19
|
11 #include <rawdata/modules/PrintDataTemplate.h>
36 virtual void event()
override;
39 virtual void endRun()
override;
46 int* dblk_pos,
unsigned int* dblk_eve);
64 #endif // MODULEHELLO_H
virtual void writeEvent(RawDataBlock *raw_dblk, int *first_flag, int *break_flag, int *dblk_pos, unsigned int *dblk_eve)
write the contents of an event
std::string m_fname_out
Output filename.
virtual void endRun() override
This method is called if the current run ends.
FILE * m_fp_out
File descripter.
virtual void event() override
Module functions to be called from event process.
Root2BinaryModule()
Constructor / Destructor.
Abstract base class for different kinds of events.
Dump basf2 objects to a binary file.
virtual void terminate() override
This method is called at the end of the event processing.
virtual void initialize() override
Module functions to be called from main process.
Module to get data from DataStore and send it to another network node.
The RawDataBlock class Base class for rawdata handling.