CMS 3D CMS Logo

CSCBadChambersConditions.cc
Go to the documentation of this file.
1 #include <fstream>
2 #include <memory>
3 
7 
9  // the following line is needed to tell the framework what
10  // data is being produced
12  findingRecord<CSCBadChambersRcd>();
13  // now do what ever other initialization is needed
14 }
15 
17  // do anything here that needs to be done at desctruction time
18  // (e.g. close files, deallocate resources etc.)
19 }
20 
21 //
22 // member functions
23 //
24 
25 // ------------ method called to produce the data ------------
27  // need a new object so to not be deleted at exit
29 }
30 
32  const edm::IOVSyncValue &,
33  edm::ValidityInterval &oValidity) {
35 }
std::unique_ptr< CSCBadChambers > ReturnType
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:17
static CSCBadChambers * prefillBadChambers()
static const IOVSyncValue & beginOfTime()
Definition: IOVSyncValue.cc:88
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
ReturnType produceBadChambers(const CSCBadChambersRcd &)
CSCBadChambersConditions(const edm::ParameterSet &)