Variables | |
tuple | L1MuTriggerScaleKeysOnlineProd |
00001 cms.ESProducer("L1MuTriggerScaleKeysOnlineProd", 00002 onlineAuthentication = cms.string('.'), 00003 subsystemLabel = cms.string('GMT'), 00004 onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'), 00005 00006 # the scales key is identical for both the pt scale 00007 # and the phi/eta scale objects 00008 recordTypes = cms.vstring('L1MuTriggerPtScaleRcd', 'L1MuTriggerScalesRcd'), 00009 objectTypes = cms.vstring('L1MuTriggerPtScale' , 'L1MuTriggerScales' ) 00010 )
Definition at line 3 of file L1MuTriggerScaleKeysOnlineProd_cfi.py.