Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from L1TriggerConfig.GMTConfigProducers.L1MuGMTParameters_cfi import *
0004 
0005 L1MuGMTParametersRcdSource = cms.ESSource("EmptyESSource",
0006     recordName = cms.string('L1MuGMTParametersRcd'),
0007     iovIsRunNotTime = cms.bool(True),
0008     firstValid = cms.vuint32(1)
0009 )
0010 
0011 
0012 L1MuGMTChannelMaskRcdSource = cms.ESSource("EmptyESSource",
0013     recordName = cms.string('L1MuGMTChannelMaskRcd'),
0014     iovIsRunNotTime = cms.bool(True),
0015     firstValid = cms.vuint32(1)
0016 )