CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1MuTriggerPtScaleOnlineProducer = cms.ESProducer("L1MuTriggerPtScaleOnlineProducer",
00004                                        onlineDB = cms.string("oracle://CMS_OMDS_LB/CMS_TRG_R"),
00005                                        onlineAuthentication = cms.string("."),
00006                                        forceGeneration = cms.bool(False),
00007                                        ignoreVersionMismatch = cms.bool(False),
00008 # Legacy fields: This stuff should ultimately come from OMDS as well, but at the moment
00009 #                we just define it here like for the dummy producers.
00010                                        nbitPackingPt = cms.int32(5),
00011                                        signedPackingPt = cms.bool(False),
00012                                        nbinsPt = cms.int32(32)
00013 )