CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
EcalNextToDeadChannelESProducer_cff Namespace Reference

Variables

tuple ecalNextToDeadChannelESProducer
 
tuple essourceEcalNextToDead
 

Variable Documentation

tuple EcalNextToDeadChannelESProducer_cff.ecalNextToDeadChannelESProducer
Initial value:
1 = cms.ESProducer("EcalNextToDeadChannelESProducer",
2  # channels with db status >= this threshold will
3  # be defined as dead
4  channelStatusThresholdForDead=cms.int32(12)
5  )

Definition at line 17 of file EcalNextToDeadChannelESProducer_cff.py.

tuple EcalNextToDeadChannelESProducer_cff.essourceEcalNextToDead
Initial value:
1 = cms.ESSource("EmptyESSource",
2  recordName = cms.string("EcalNextToDeadChannelRcd"),
3  firstValid = cms.vuint32(1),
4  iovIsRunNotTime = cms.bool(True)
5  )

Definition at line 10 of file EcalNextToDeadChannelESProducer_cff.py.