CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py

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