1 #ifndef _ValidationTests_DenseValidation_h_
2 #define _ValidationTests_DenseValidation_h_
5 #include <sevt/StationConstants.h>
6 #include <fwk/VModule.h>
9 namespace DenseValidationNS {
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)
Checks that the dense array is created properly and survives through reconstruction.
virtual ~DenseValidation()=default
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)
ResultFlag
Flag returned by module methods to the RunController.
REGISTER_MODULE("DenseValidation", DenseValidation)