Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:18

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