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 L1MuTriggerScaleKeysOnlineProd = cms.ESProducer("L1MuTriggerScaleKeysOnlineProd",
0004     onlineAuthentication = cms.string('.'),
0005     subsystemLabel = cms.string('GMT'),
0006     onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
0007 
0008     # the scales key is identical for both the pt scale
0009     # and the phi/eta scale objects                                                 
0010     recordTypes = cms.vstring('L1MuTriggerPtScaleRcd', 'L1MuTriggerScalesRcd'),
0011     objectTypes = cms.vstring('L1MuTriggerPtScale'   , 'L1MuTriggerScales'   )                                                 
0012 )
0013 
0014