CMS 3D CMS Logo

essourceEcalNextToDead_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 essourceEcalNextToDead = cms.ESSource("EmptyESSource",
4  firstValid = cms.vuint32(1),
5  iovIsRunNotTime = cms.bool(True),
6  recordName = cms.string('EcalNextToDeadChannelRcd')
7 )