CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1RPCBxOrConfig = cms.ESProducer("RPCTriggerBxOrConfig",
00004     lastBX = cms.int32(0),
00005     firstBX = cms.int32(0)
00006 )
00007 
00008 rpcBxOrConfSrc = cms.ESSource("EmptyESSource",
00009     recordName = cms.string('L1RPCBxOrConfigRcd'),
00010     iovIsRunNotTime = cms.bool(True),
00011     firstValid = cms.vuint32(1)
00012 )
00013