1 #ifndef _FloatingPointException_FloatingPointException_h_
2 #define _FloatingPointException_FloatingPointException_h_
4 #include <fwk/VModule.h>
33 unsigned int fExceptions = 0;
Report success to RunController.
REGISTER_MODULE("FloatingPointException", FloatingPointException)
Module for switching the floating point exceptions on/off.
ResultFlag
Flag returned by module methods to the RunController.
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)
virtual ~FloatingPointException()=default
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.