CMS 3D CMS Logo

RPCHwConfig_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1RPCHwConfig = cms.ESProducer("RPCTriggerHwConfig",
00004     disableCrates = cms.vint32(),
00005     enableTowers = cms.vint32(),
00006     enableCrates = cms.vint32(),
00007     disableAll = cms.bool(False),
00008     lastBX = cms.int32(0),
00009     firstBX = cms.int32(0),
00010     disableTowers = cms.vint32()
00011 )
00012 
00013 rpchwconfsrc = cms.ESSource("EmptyESSource",
00014     recordName = cms.string('L1RPCHwConfigRcd'),
00015     iovIsRunNotTime = cms.bool(True),
00016     firstValid = cms.vuint32(1)
00017 )
00018 

Generated on Tue Jun 9 17:40:30 2009 for CMSSW by  doxygen 1.5.4