5#ifndef LARRAWCONDITIONS_LARPEDESTALMC_H
6#define LARRAWCONDITIONS_LARPEDESTALMC_H
37 void set(
const std::vector<float>& vPedestal,
38 const std::vector<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
Implementation of the interface ILArfSampl for MC: only one constant is needed for MC.
float pedestal(const HWIdentifier &CellID, int gain) const
friend class LArPedestalMCCnv_p1
std::vector< float > m_vPedestal
std::vector< float > m_vPedestalRMS
float pedestalRMS(const HWIdentifier &CellID, int gain) const
access to RMS of Pedestal index by Identifier, and gain setting
void set(const std::vector< float > &vPedestal, const std::vector< float > &vPedestalRMS)