CMS 3D CMS Logo

CSCGainsDBConditions.cc
Go to the documentation of this file.
1 #include <memory>
2 #include <fstream>
3 
7 
8 
10 {
11  //the following line is needed to tell the framework what
12  // data is being produced
13  // added by Zhen (changed since 1_2_0)
15  findingRecord<CSCDBGainsRcd>();
16  //now do what ever other initialization is needed
17 }
18 
19 
21 {
22 
23  // do anything here that needs to be done at desctruction time
24  // (e.g. close files, deallocate resources etc.)
25 }
26 
27 
28 //
29 // member functions
30 //
31 
32 // ------------ method called to produce the data ------------
35 {
36  //need a new object so to not be deleted at exit
38 
39 }
40 
42  edm::ValidityInterval & oValidity)
43  {
45 
46  }
CSCGainsDBConditions(const edm::ParameterSet &)
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 const IOVSyncValue & beginOfTime()
ReturnType produceDBGains(const CSCDBGainsRcd &)
static CSCDBGains * prefillDBGains()
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
std::unique_ptr< CSCDBGains > ReturnType