CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMenuConfig_cff.py

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