Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 l1muscalesrcd = cms.ESSource("EmptyESSource",
0004     recordName = cms.string('L1MuTriggerScalesRcd'),
0005     iovIsRunNotTime = cms.bool(True),
0006     firstValid = cms.vuint32(1)
0007 )
0008 
0009 l1gmtscalesrcd = cms.ESSource("EmptyESSource",
0010     recordName = cms.string('L1MuGMTScalesRcd'),
0011     iovIsRunNotTime = cms.bool(True),
0012     firstValid = cms.vuint32(1)
0013 )
0014 
0015