|
||||
File indexing completed on 2024-04-06 12:22:23
0001 import FWCore.ParameterSet.Config as cms 0002 0003 L1TMuonOverlapParamsOnlineProd = cms.ESProducer("L1TMuonOverlapParamsOnlineProd", 0004 onlineAuthentication = cms.string('.'), 0005 forceGeneration = cms.bool(False), 0006 onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'), 0007 transactionSafe = cms.bool(True) # nothrow guarantee if set to False: carry on no matter what 0008 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |