11 #ifndef SIOVPMTGAINPROVIDER_H 12 #define SIOVPMTGAINPROVIDER_H 18 #include "larevt/CalibrationDBI/Interface/PmtGainProvider.h" 51 bool Update(DBTimeStamp_t ts);
55 float Gain(DBChannelID_t ch)
const override;
56 float GainErr(DBChannelID_t ch)
const override;
63 bool DBUpdate(DBTimeStamp_t ts)
const;
bool DBUpdate() const
Do actual database updates.
const PmtGain & PmtGainObject(DBChannelID_t ch) const
Retrieve gain information.
bool Update(DBTimeStamp_t ts)
Update Snapshot and inherited DBFolder if using database. Return true if updated. ...
Snapshot< PmtGain > fData
Class def header for a class Snapshot.
Class def header for a class PmtGain.
SIOVPmtGainProvider(fhicl::ParameterSet const &p)
Constructors.
CalibrationExtraInfo const & ExtraInfo(DBChannelID_t ch) const override
Retrieves information: pmt gain.
DataSource::ds fDataSource
DBTimeStamp_t fCurrentTimeStamp
void UpdateTimeStamp(DBTimeStamp_t ts)
Update event time stamp.
Class def header for a class DatabaseRetrievalAlg.
Filters for channels, events, etc.
DBTimeStamp_t fEventTimeStamp
void Reconfigure(fhicl::ParameterSet const &p) override
Reconfigure function called by fhicl constructor.
float Gain(DBChannelID_t ch) const override
float GainErr(DBChannelID_t ch) const override