Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46399
b: "refs/heads/CMSSW_7_1_X"
c: 04330b2
h: "refs/heads/CMSSW_7_1_X"
i:
  46397: 5fbfbd8
  46395: f9b7e55
  46391: 7983f8e
  46383: f3898c0
  46367: 6daa22e
  46335: 0d68e0c
v: v3
  • Loading branch information
Werner Man-Li Sun committed Jun 23, 2008
1 parent 54975db commit 96f4a39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: ac155dadd83efa75cad55c0508a57a2b9dd3d66c
"refs/heads/CMSSW_7_1_X": 0b12eb71d2ec4511a00b27fe4297f5082d2de0db
"refs/heads/CMSSW_7_1_X": 04330b2abb3971b9f24acf40218486b7c7cb5cf3
6 changes: 4 additions & 2 deletions trunk/CondTools/L1Trigger/test/L1ConfigWriteIOVOnline_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
)

process.p = cms.Path(process.L1CondDBIOVWriter)
process.orcon.connect = cms.string('sqlite_file:l1config.db')
process.orcon.DBParameters.authenticationPath = '.'
process.orcon.connect = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T')
process.orcon.DBParameters.authenticationPath = '/nfshome0/onlinedbadm/conddb'
process.L1TriggerKeyOnline.forceGeneration = True
process.L1CondDBIOVWriter.offlineDB = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T')
process.L1CondDBIOVWriter.offlineAuthentication = '/nfshome0/onlinedbadm/conddb'


12 changes: 5 additions & 7 deletions trunk/CondTools/L1Trigger/test/L1ConfigWritePayloadOnline_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@
toGet = cms.VPSet(cms.PSet(
record = cms.string('L1TriggerKeyListRcd'),
tag = cms.string('L1TriggerKeyList_CRUZET_hlt')
),
cms.PSet(
record = cms.string('L1TriggerKeyRcd'),
tag = cms.string('L1TriggerKey_CRUZET_hlt')
))
))
)

process.p = cms.Path(process.L1CondDBPayloadWriter)
process.orcon.connect = cms.string('sqlite_file:l1config.db')
process.orcon.DBParameters.authenticationPath = '.'
process.orcon.connect = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T')
process.orcon.DBParameters.authenticationPath = '/nfshome0/onlinedbadm/conddb'
process.L1CondDBPayloadWriter.offlineDB = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T')
process.L1CondDBPayloadWriter.offlineAuthentication = '/nfshome0/onlinedbadm/conddb'


0 comments on commit 96f4a39

Please sign in to comment.