CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/L1TriggerConfig/RPCTriggerConfig/python/L1RPCConfig_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 rpcconf = cms.ESProducer("RPCTriggerConfig",
00004     filedir = cms.untracked.string('L1Trigger/RPCTrigger/data/D_20091204NewMagF__all_12/v1/'),
00005     PACsPerTower = cms.untracked.int32(12)
00006 )
00007 
00008 rpcconfsrc = cms.ESSource("EmptyESSource",
00009     recordName = cms.string('L1RPCConfigRcd'),
00010     iovIsRunNotTime = cms.bool(True),
00011     firstValid = cms.vuint32(1)
00012 )
00013 
00014