CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCHsbConfig_cff.py
Go to the documentation of this file.
2 
3 l1RPCHsbConfig = cms.ESProducer("RPCTriggerHsbConfig",
4  hsb0Mask = cms.vint32(3, 3, 3, 3, 3, 3, 3, 3),
5  hsb1Mask = cms.vint32(3, 3, 3, 3, 3, 3, 3, 3)
6 )
7 
8 rpchsbConfSrc = cms.ESSource("EmptyESSource",
9  recordName = cms.string('L1RPCHsbConfigRcd'),
10  iovIsRunNotTime = cms.bool(True),
11  firstValid = cms.vuint32(1)
12 )
13