Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from L1TriggerConfig.GctConfigProducers.l1GctConfig_cfi import *
0004 l1GctParamsRecords = cms.ESSource("EmptyESSource",
0005     recordName = cms.string('L1GctJetFinderParamsRcd'),
0006     iovIsRunNotTime = cms.bool(True),
0007     firstValid = cms.vuint32(1)
0008 )
0009 
0010 l1GctChanMaskRecords = cms.ESSource("EmptyESSource",
0011     recordName = cms.string('L1GctChannelMaskRcd'),
0012     iovIsRunNotTime = cms.bool(True),
0013     firstValid = cms.vuint32(1)
0014 )
0015 
0016