7#ifndef LARRAWCONDITIONS_LARPEDESTALCOMPLETE_H
8#define LARRAWCONDITIONS_LARPEDESTALCOMPLETE_H
35 return this->
get(CellID, gain).m_Pedestal;}
38 return this->
get(CellID, gain).m_PedestalRMS;}
43 const float vPedestal,
44 const float vPedestalRMS);
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
This class implements the ILArPedestal interface.
virtual float pedestal(const HWIdentifier &CellID, int gain) const override
void set(const HWIdentifier &CellID, const int gain, const float vPedestal, const float vPedestalRMS)
virtual float pedestalRMS(const HWIdentifier &CellID, int gain) const override
access to RMS of Pedestal index by Identifier, and gain setting
virtual ~LArPedestalComplete()