1 #ifndef _SdHistogramFitterKG_SdHistogramFitterKG_h_
2 #define _SdHistogramFitterKG_SdHistogramFitterKG_h_
4 #include <fwk/VModule.h>
5 #include <sevt/Station.h>
std::pair< double, double > fChargeVEMRangeUub
double fPeakOnlineToVEMFactor
Report success to RunController.
double fChargeHistogramToMIPFactor
double fPeakHistogramToMIPFactor
double fChargeOnlineToMIPFactor
double fPeakOnlineToMIPFactor
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)
class to hold data at Station level
double fPeakHistogramToVEMFactor
double fChargeOnlineToVEMFactor
std::pair< double, double > fPeakFitRange
std::pair< double, double > fShapeFitRangeBefore12
bool CopySmallPMTCalibData(sevt::Station &station)
std::vector< int > fChargeSigmaThresholdFactors
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)
ResultFlag
Flag returned by module methods to the RunController.
std::pair< double, double > fShapeFitRangeSince12
void CalculatePeakAndCharge(sevt::Station &station)
double fChargeHistogramToVEMFactor
double fPeakFitChi2Accept
std::pair< double, double > fChargeMIPRange
double fChargeFitChi2Accept
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.
REGISTER_MODULE("SdHistogramFitterKG", SdHistogramFitter)