Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:14:15

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from L1TriggerConfig.L1GtConfigProducers.l1GtStableParameters_cfi import *
0004 #
0005 L1GtStableParametersRcdSource = cms.ESSource("EmptyESSource",
0006     recordName = cms.string('L1GtStableParametersRcd'),
0007     iovIsRunNotTime = cms.bool(True),
0008     firstValid = cms.vuint32(1)
0009 )
0010 
0011