CMS 3D CMS Logo

CSCFakeDBGains.cc
Go to the documentation of this file.
5 
7 {
8  cndbGains = std::shared_ptr<CSCDBGains>( prefillDBGains() );
9 
10  // the following line is needed to tell the framework what
11  // data is being produced
13  findingRecord<CSCDBGainsRcd>();
14 }
15 
16 
18 {
19 }
20 
21 // ------------ method called to produce the data ------------
24 {
25  return cndbGains;
26 }
27 
29  edm::ValidityInterval & oValidity)
30  {
32  }
~CSCFakeDBGains() override
Pointer produceDBGains(const CSCDBGainsRcd &)
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:97
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:19
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
static CSCDBGains * prefillDBGains()
std::shared_ptr< CSCDBGains > Pointer
static const IOVSyncValue & beginOfTime()
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
CSCFakeDBGains(const edm::ParameterSet &)