CMS 3D CMS Logo

CSCFakeDBCrosstalk.cc
Go to the documentation of this file.
5 
7 {
8  //the following line is needed to tell the framework what
9  // data is being produced
10  cndbCrosstalk = std::shared_ptr<CSCDBCrosstalk> ( prefillDBCrosstalk() );
12  findingRecord<CSCDBCrosstalkRcd>();
13 }
14 
15 
17 {
18 }
19 
20 
21 // ------------ method called to produce the data ------------
24 {
25  return cndbCrosstalk;
26 }
27 
29  edm::ValidityInterval & oValidity)
30  {
32 
33  }
34 
35 
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:97
~CSCFakeDBCrosstalk() override
static CSCDBCrosstalk * prefillDBCrosstalk()
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 const IOVSyncValue & beginOfTime()
CSCFakeDBCrosstalk(const edm::ParameterSet &)
Pointer produceDBCrosstalk(const CSCDBCrosstalkRcd &)
std::shared_ptr< CSCDBCrosstalk > Pointer
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override