CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/RPCTriggerConfig/python/RPCHsbConfig_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1RPCHsbConfig = cms.ESProducer("RPCTriggerHsbConfig",
00004     hsb0Mask = cms.vint32(3, 3, 3, 3, 3, 3, 3, 3),
00005     hsb1Mask = cms.vint32(3, 3, 3, 3, 3, 3, 3, 3)
00006 )
00007 
00008 rpchsbConfSrc = cms.ESSource("EmptyESSource",
00009     recordName = cms.string('L1RPCHsbConfigRcd'),
00010     iovIsRunNotTime = cms.bool(True),
00011     firstValid = cms.vuint32(1)
00012 )
00013