9 #ifndef DETPEDESTALPROVIDER_H 
   10 #define DETPEDESTALPROVIDER_H 
   39       virtual bool Update(DBTimeStamp_t ts) = 0;
 
virtual float PedRmsErr(raw::ChannelID_t ch) const =0
 
An empty class that can't be copied nor moved. 
 
Defines classes that can't be copied nor moved. 
 
virtual ~DetPedestalProvider()=default
 
virtual float PedMean(raw::ChannelID_t ch) const =0
Retrieve pedestal information. 
 
virtual float PedMeanErr(raw::ChannelID_t ch) const =0
 
virtual float PedRms(raw::ChannelID_t ch) const =0
 
unsigned int ChannelID_t
Type representing the ID of a readout channel.