1 #ifndef _SdSimulationCalibratorOG_SdSimulationCalibrator_h_
2 #define _SdSimulationCalibratorOG_SdSimulationCalibrator_h_
4 #include <fwk/VModule.h>
6 #include <utl/TimeDistribution.h>
18 namespace SdSimulationCalibratorOG {
std::vector< Std > fCompatibilityPeak
std::pair< Std, Std > StdPair
Detector description interface for Station-related data.
Extracts calibration constants for a tank/electronics sim combo.
REGISTER_MODULE("SdSimulationCalibratorOG", SdSimulationCalibrator)
std::vector< Std > fPeakRatio
Std fWCDCompatibilityPeak
class to hold data at Station level
unsigned int fSingleTankId
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)
void ResizeArrays(const unsigned int n)
std::vector< StdPair > fPeakCharge
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)
ResultFlag
Flag returned by module methods to the RunController.
std::ofstream * fDumpTraceFile
utl::Accumulator::SampleStandardDeviation Std
void ProcessStation(const sevt::Station &station, const sdet::Station &dStation)
Accumulates and calculates standard deviation.