![]() |
|
|||
File indexing completed on 2023-10-25 09:56:47
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from L1Trigger.L1TGlobal.PrescalesVetos_cff import * 0004 0005 L1TGlobalPrescalesVetosOnlineProd = cms.ESProducer("L1TGlobalPrescalesVetosOnlineProd", 0006 onlineAuthentication = cms.string('.'), 0007 forceGeneration = cms.bool(True), 0008 onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'), 0009 transactionSafe = cms.bool(True) # nothrow guarantee if set to False: carry on no matter what 0010 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |