12#include <framework/core/Module.h>
14#define MAXEVTSIZE 4000000
38 void event()
override;
49 std::string m_filename;
A class definition of an input module for Sequential ROOT I/O.
Root2RawModule()
Constructor / Destructor.
void initialize() override
Module functions to be called from main process.
void event() override
Module functions to be called from event process.
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.
Abstract base class for different kinds of events.