CMS 3D CMS Logo

esCATIAGainProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 EcalCATIAGainRatiosRcd = cms.ESSource("EmptyESSource",
4  recordName = cms.string("EcalCATIAGainRatiosRcd"),
5  firstValid = cms.vuint32(1),
6  iovIsRunNotTime = cms.bool(True)
7  )
8 
9 EcalCATIAGainRatios = cms.ESProducer("EcalCATIAGainRatiosESProducer",
10  ComponentName = cms.string('EcalCatiaGainProducer'),
11  CATIAGainRatio = cms.double(10.))
12