CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCFakeDBNoiseMatrix.cc
Go to the documentation of this file.
5 
7 {
8  cndbNoiseMatrix = boost::shared_ptr<CSCDBNoiseMatrix> ( prefillDBNoiseMatrix() );
9  //tell the framework what data is being produced
11  findingRecord<CSCDBNoiseMatrixRcd>();
12 }
13 
14 
16 {
17 }
18 
19 // ------------ method called to produce the data ------------
22 {
23  return cndbNoiseMatrix;
24 }
25 
27  edm::ValidityInterval & oValidity)
28 {
30 
31 }
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:97
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:19
static CSCDBNoiseMatrix * prefillDBNoiseMatrix()
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
CSCFakeDBNoiseMatrix(const edm::ParameterSet &)
static const IOVSyncValue & beginOfTime()
boost::shared_ptr< CSCDBNoiseMatrix > Pointer
Pointer produceDBNoiseMatrix(const CSCDBNoiseMatrixRcd &)