test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1ConfigTSCKeysExt_cff.py
Go to the documentation of this file.
8 
9 def setTSCKeysDBAuth(process, DBAuth = '.'):
10  process.L1TCaloParamsObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
11  process.L1TGlobalPrescalesVetosObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
12  process.L1TMuonBarrelObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
13  process.L1TMuonEndcapObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
14  process.L1TMuonGlobalObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
15  process.L1TMuonOverlapObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
16  process.L1TUtmTriggerMenuObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
17 
18