Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from L1Trigger.L1TMuonEndCap.fakeEmtfParams_empty_cff import *
0004 
0005 L1TMuonEndCapForestOnlineProd = cms.ESProducer("L1TMuonEndCapForestOnlineProd",
0006     onlineAuthentication = cms.string('.'),
0007     forceGeneration      = cms.bool(False),
0008     onlineDB             = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
0009     transactionSafe      = cms.bool(True) # any value has no effect on this particular producer
0010 )