CMS 3D CMS Logo

RPCHsbConfig_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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