CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/L1TriggerConfig/L1ScalesProducers/python/L1CaloInputScalesConfig_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from L1TriggerConfig.L1ScalesProducers.L1CaloInputScales_cfi import *
00004 l1CaloEcalScaleRecord = cms.ESSource("EmptyESSource",
00005     recordName = cms.string('L1CaloEcalScaleRcd'),
00006     iovIsRunNotTime = cms.bool(True),
00007     firstValid = cms.vuint32(1)
00008 )
00009 
00010 l1CaloHcalScaleRecord = cms.ESSource("EmptyESSource",
00011     recordName = cms.string('L1CaloHcalScaleRcd'),
00012     iovIsRunNotTime = cms.bool(True),
00013     firstValid = cms.vuint32(1)
00014 )
00015 
00016