CMS 3D CMS Logo

CSCDDUMapValues.cc
Go to the documentation of this file.
1 #include <memory>
2 #include "boost/shared_ptr.hpp"
3 #include <fstream>
4 
9 
11 {
12  //the following line is needed to tell the framework what
13  // data is being produced
15  findingRecord<CSCDDUMapRcd>();
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
37  return ReturnType(fillDDUMap());
38 
39 }
40 
42  edm::ValidityInterval & oValidity)
43  {
45 
46  }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:124
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
~CSCDDUMapValues() override
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:19
CSCDDUMapValues(const edm::ParameterSet &)
std::unique_ptr< CSCDDUMap > ReturnType
static const IOVSyncValue & beginOfTime()
Definition: IOVSyncValue.cc:88
static CSCDDUMap * fillDDUMap()
CSCDDUMapValues::ReturnType produceDDUMap(const CSCDDUMapRcd &)