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 setTSCKeysDB(process, DBConnect, DBAuth):
10 
11  process.L1TCaloParamsObjectKeysOnline.onlineDB = cms.string( DBConnect )
12  process.L1TGlobalPrescalesVetosObjectKeysOnline.onlineDB = cms.string( DBConnect )
13  process.L1TMuonBarrelObjectKeysOnline.onlineDB = cms.string( DBConnect )
14  process.L1TMuonEndcapObjectKeysOnline.onlineDB = cms.string( DBConnect )
15  process.L1TMuonGlobalObjectKeysOnline.onlineDB = cms.string( DBConnect )
16  process.L1TMuonOverlapObjectKeysOnline.onlineDB = cms.string( DBConnect )
17  process.L1TUtmTriggerMenuObjectKeysOnline.onlineDB = cms.string( DBConnect )
18 
19  process.L1TCaloParamsObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
20  process.L1TGlobalPrescalesVetosObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
21  process.L1TMuonBarrelObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
22  process.L1TMuonEndcapObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
23  process.L1TMuonGlobalObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
24  process.L1TMuonOverlapObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
25  process.L1TUtmTriggerMenuObjectKeysOnline.onlineAuthentication = cms.string( DBAuth )
26 
27