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 L1TUtmTriggerMenuOnlineProd = cms.ESProducer("L1TUtmTriggerMenuOnlineProd",
0004     onlineAuthentication = cms.string('.'),
0005     forceGeneration      = cms.bool(True),
0006     onlineDB             = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R')
0007     # menu producer must be transaction safe otherwise everyone is screwed
0008 )