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 )
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 )
28 def setTSCKeysDB(process, DBConnect, DBAuth)