Variables | |
tuple | L1MuTriggerPtScaleOnlineProducer |
00001 cms.ESProducer("L1MuTriggerPtScaleOnlineProducer", 00002 onlineDB = cms.string("oracle://CMS_OMDS_LB/CMS_TRG_R"), 00003 onlineAuthentication = cms.string("."), 00004 forceGeneration = cms.bool(False), 00005 ignoreVersionMismatch = cms.bool(False), 00006 # Legacy fields: This stuff should ultimately come from OMDS as well, but at the moment 00007 # we just define it here like for the dummy producers. 00008 nbitPackingPt = cms.int32(5), 00009 signedPackingPt = cms.bool(False), 00010 nbinsPt = cms.int32(32) 00011 )
Definition at line 3 of file L1MuTriggerPtScaleOnlineProducer_cfi.py.