CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/L1Trigger/RPCTrigger/python/RPCConeConfig_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RPCConeBuilder = cms.ESProducer("RPCConeBuilder",
00004     towerBeg = cms.int32(0),
00005     towerEnd = cms.int32(16)
00006 )
00007 
00008 rpcconesrc = cms.ESSource("EmptyESSource",
00009     recordName = cms.string('L1RPCConeBuilderRcd'),
00010     iovIsRunNotTime = cms.bool(True),
00011     firstValid = cms.vuint32(1)
00012 )
00013 
00014