1 #ifndef _StationListCreatorModule_h_
2 #define _StationListCreatorModule_h_
4 #include <fwk/VModule.h>
8 namespace StationListCreatorModuleNS {
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Module to create an up-to-date xml station list file.
virtual ~StationListCreatorModule()
ResultFlag
Flag returned by module methods to the RunController.
REGISTER_MODULE("StationListCreatorModule", StationListCreatorModule)