Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62313
b: refs/heads/l1tmuon-upgrade-dev
c: 3d77f8d
h: refs/heads/l1tmuon-upgrade-dev
i:
  62311: 70fe0c7
  • Loading branch information
Werner Man-Li Sun committed Mar 18, 2009
1 parent 3f50178 commit 7220abe
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/l1tmuon-upgrade-dev: 4a795e1a5a103748a166324e428b8c6b5d8baec3
refs/heads/l1tmuon-upgrade-dev: 3d77f8d6b92410e6ca754abd79c9cdc548b69728
15 changes: 15 additions & 0 deletions trunk/CondTools/L1Trigger/python/L1CondDBIOVWriter_cff.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from CondTools.L1Trigger.L1CondDBIOVWriter_cfi import *

from CondCore.DBCommon.CondDBSetup_cfi import *
outputDB = cms.Service("PoolDBOutputService",
CondDBSetup,
BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
connect = cms.string('sqlite_file:l1config.db'),
toPut = cms.VPSet(cms.PSet(
record = cms.string("L1TriggerKeyRcd"),
tag = cms.string("L1TriggerKey_IDEAL"))
))
outputDB.DBParameters.authenticationPath = '.'

from CondTools.L1Trigger.L1SubsystemParams_cfi import *
outputDB.toPut.extend(L1SubsystemParams.recordInfo)
12 changes: 12 additions & 0 deletions trunk/CondTools/L1Trigger/python/L1CondDBPayloadWriter_cff.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from CondTools.L1Trigger.L1CondDBPayloadWriter_cfi import *

from CondCore.DBCommon.CondDBSetup_cfi import *
outputDB = cms.Service("PoolDBOutputService",
CondDBSetup,
BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
connect = cms.string('sqlite_file:l1config.db'),
toPut = cms.VPSet(cms.PSet(
record = cms.string("L1TriggerKeyListRcd"),
tag = cms.string("L1TriggerKeyList_IDEAL"))
))
outputDB.DBParameters.authenticationPath = '.'

0 comments on commit 7220abe

Please sign in to comment.