CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleConfig_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from L1TriggerConfig.L1ScalesProducers.L1MuTriggerPtScale_cfi import *
00004 L1MuTriggerPtScaleRcdSource = cms.ESSource("EmptyESSource",
00005     recordName = cms.string('L1MuTriggerPtScaleRcd'),
00006     iovIsRunNotTime = cms.bool(True),
00007     firstValid = cms.vuint32(1)
00008 )
00009 
00010 
00011