1 #ifndef _EventFileExporterOG_EventFileExporter_h_
2 #define _EventFileExporterOG_EventFileExporter_h_
4 #include <fwk/VModule.h>
6 #include <io/IoCodes.h>
7 #include <io/StreamerSwitch.h>
16 namespace EventFileExporterOG {
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.
switches to allow excluding certain parts of Event from streaming
std::string fEventFilename
REGISTER_MODULE("EventFileExporterOG", EventFileExporter)
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)
Write events out in Offline or DAS formats.
io::StreamerSwitch fStreamerSwitch
ResultFlag
Flag returned by module methods to the RunController.
Interface to file I/O objects.
io::EventFile * fEventFile
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)
Type
The type of file that we are acutally opening.