18#ifndef LARPEDESTALVALIDATIONALG_H
19#define LARPEDESTALVALIDATIONALG_H
59 virtual StatusCode
preLoop()
override;
const boost::regex ref(r_ef)
LArBadXCont< LArBadChannel > LArBadChannelCont
LArCalibValidationAlg< LArPedestalComplete, ILArPedestal > LArPedestalValidationBase
Algorithm to validate LAr Autocorr;.
LArPedestalComplete::LArCondObj LArCondObj
DataPerFEB(const HWIdentifier cid, const HWIdentifier fid, int g)
unsigned m_nEntriesGlobal
CaloCellGroupList m_pedTolerance
std::vector< DataPerFEB > m_vDataPerFEB
std::vector< std::string > m_rmsToleranceInit
Pedestal RMS tolerances as CaloCellGroupList (job-Properties)
virtual StatusCode summary(const LArOnOffIdMapping *cabling, const LArBadChannelCont *bcCont) override
Summary method executed after the loop over all channels.
CaloCellGroupList m_pedToleranceFEB
virtual LArCondObj getRefObj(const HWIdentifier chid, const int gain) const override final
Method implmented in derived class to get the reference object from ref-container.
std::vector< std::string > m_rmsToleranceFEBInit
Tolerance fro the average pedestal RMS (noise) of one FEB (in ADC counts) (job-Property)
CaloCellGroupList m_rmsToleranceFEB
bool febSummary(const LArOnOffIdMapping *cabling, const LArBadChannelCont *bcCont)
Method to compare FEB averages.
LArPedestalValidationAlg(const std::string &name, ISvcLocator *pSvcLocator)
Regular algorithm constructor.
virtual StatusCode preLoop() override
Executed before the loop over all channels to reset global sums.
std::vector< std::string > m_pedToleranceFEBInit
Tolerance fro the average pedestal of one FEB (in ADC counts) (job-Property)
CaloCellGroupList m_rmsTolerance
std::vector< std::string > m_pedToleranceInit
Pedestal tolerance (in ADC counts) (job-Property)
bool validateChannel(const LArCondObj &ref, const LArCondObj &val, const HWIdentifier chid, const int gain, const LArOnOffIdMapping *cabling, const LArBadChannelCont *bcCont) override final
Method to validate the pedestal single readout channels.