1 #ifndef _RdChannelVoltageToADCConverter_RdChannelVoltageToADCConverter_h_
2 #define _RdChannelVoltageToADCConverter_RdChannelVoltageToADCConverter_h_
4 #include <fwk/VModule.h>
26 bool CloseTo(
const double a,
const double b,
const double tolerance);
REGISTER_MODULE("RdChannelVoltageToADCConverter", RdChannelVoltageToADCConverter)
Makes the conversion from Voltage to ADC counts, taking the ADC information for each Channel from the...
bool CloseTo(const double a, const double b, const double tolerance)
ResultFlag
Flag returned by module methods to the RunController.
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.