CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCNoiseMatrixDBConditions.cc
Go to the documentation of this file.
1 #include <memory>
2 #include "boost/shared_ptr.hpp"
3 #include <fstream>
4 
8 
10 {
11  //the following line is needed to tell the framework what
12  // data is being produced
14  // added by Zhen (changed since 1_2_0)
16  findingRecord<CSCDBNoiseMatrixRcd>();
17  //now do what ever other initialization is needed
18 }
19 
20 
22 {
23 
24  // do anything here that needs to be done at desctruction time
25  // (e.g. close files, deallocate resources etc.)
26  delete cndbMatrix;
27 }
28 
29 
30 //
31 // member functions
32 //
33 
34 // ------------ method called to produce the data ------------
37 {
38  //need a new object so to not be deleted at exit
40  return mydata;
41 
42 }
43 
45  edm::ValidityInterval & oValidity)
46  {
48 
49  }
static CSCDBNoiseMatrix * prefillDBNoiseMatrix()
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 produceDBNoiseMatrix(const CSCDBNoiseMatrixRcd &)
CSCNoiseMatrixDBConditions(const edm::ParameterSet &)
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)