1 #ifndef _RdChannelAmplitudeCalibrator_h_
2 #define _RdChannelAmplitudeCalibrator_h_
4 #include <fwk/VModule.h>
5 #include <boost/tuple/tuple.hpp>
18 class TabulatedFunction;
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
REGISTER_MODULE("RdChannelAmplitudeCalibrator", RdChannelAmplitudeCalibrator)
Class to hold collection (x,y) points and provide interpolation between them.
This module applies a calibration of each individual channel as specified by frequency-dependent cali...
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
RdChannelAmplitudeCalibrator()
ResultFlag
Flag returned by module methods to the RunController.
void ApplyResponse(revt::Channel &channel, const utl::TabulatedFunction &response) const
Class that holds the data associated to an individual radio channel.
virtual ~RdChannelAmplitudeCalibrator()