|
ATLAS Offline Software
|
Go to the documentation of this file.
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.
std::vector< float > m_vPedestalRMS
Implementation of the interface ILArfSampl for MC: only one constant is needed for MC.
float pedestal(const HWIdentifier &CellID, int gain) const
CONDCONT_DEF(LArPedestalMC, 251521960, ILArPedestal)
std::vector< float > m_vPedestal
float pedestalRMS(const HWIdentifier &CellID, int gain) const
access to RMS of Pedestal index by Identifier, and gain setting
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void set(const std::vector< float > &vPedestal, const std::vector< float > &vPedestalRMS)