1 #ifndef _EventFileReaderOG_EventFileReader_h_
2 #define _EventFileReaderOG_EventFileReader_h_
4 #include <fwk/VModule.h>
5 #include <utl/Branch.h>
14 namespace EventFileReaderOG {
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
Class representing a document branch.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
REGISTER_MODULE("EventFileReaderOG", EventFileReader)
io::EventFileChain * fEventFiles
A collection of EventFile.
ResultFlag
Flag returned by module methods to the RunController.
fwk::VModule::ResultFlag OpenFiles()
Read in a real or simulated events in various formats.
std::string fCurrentFilename
fwk::VModule::ResultFlag Run(evt::Event &theEvent)
Run: invoked once per event.
int GetEventsRead() const
const std::string & GetCurrentFilename() const