CMS 3D CMS Logo

esEcalLiteDTUPedestalsProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 EcalLiteDTUPedestalsRcd = cms.ESSource("EmptyESSource",
4  recordName = cms.string("EcalLiteDTUPedestalsRcd"),
5  firstValid = cms.vuint32(1),
6  iovIsRunNotTime = cms.bool(True)
7  )
8 
9 EcalLiteDTUPedestals = cms.ESProducer(
10  "EcalLiteDTUPedestalsESProducer",
11  ComponentName = cms.string('EcalLiteDTUPedestalProducer'),
12  MeanPedestalsGain10 = cms.double(12),
13  RMSPedestalsGain10 = cms.double(2.5),
14  MeanPedestalsGain1 = cms.double(12.),
15  RMSPedestalsGain1 = cms.double(2.)
16 )