CMS 3D CMS Logo

CSCBadWiresConditions.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
14  findingRecord<CSCBadWiresRcd>();
15  //now do what ever other initialization is needed
16 }
17 
18 
20 {
21 
22  // do anything here that needs to be done at desctruction time
23  // (e.g. close files, deallocate resources etc.)
24 }
25 
26 
27 //
28 // member functions
29 //
30 
31 // ------------ method called to produce the data ------------
34 {
35  //need a new object so to not be deleted at exit
37 
38 }
39 
41  edm::ValidityInterval & oValidity)
42  {
44 
45  }
static CSCBadWires * prefillBadWires()
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:97
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:19
CSCBadWiresConditions(const edm::ParameterSet &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
static const IOVSyncValue & beginOfTime()
ReturnType produceBadWires(const CSCBadWiresRcd &)
std::unique_ptr< CSCBadWires > ReturnType