1 #ifndef _ReReconstruction_Validation_h_
2 #define _ReReconstruction_Validation_h_
5 #include <sevt/StationConstants.h>
6 #include <fwk/VModule.h>
9 namespace ValidationNS {
30 std::stringstream*
fResults =
nullptr;
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
REGISTER_MODULE("Validation", Validation)
Confirms that sim, rec and re-reconstruction works.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
ResultFlag
Flag returned by module methods to the RunController.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
std::stringstream fResults