Skip to content

Commit

Permalink
Fix tag names in DQM Fake BeamSpot clients
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Mar 28, 2022
1 parent 6cccfdf commit d5158c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -5,8 +5,8 @@
# Define here the BeamSpotOnline record name,
# it will be used both in FakeBeamMonitor setup and in payload creation/upload
BSOnlineRecordName = 'BeamSpotOnlineLegacyObjectsRcd'
BSOnlineTag = 'BeamSpotOnlineLegacy'
BSOnlineJobName = 'BeamSpotOnlineLegacy'
BSOnlineTag = 'BeamSpotOnlineFakeLegacy'
BSOnlineJobName = 'BeamSpotOnlineFakeLegacy'
BSOnlineOmsServiceUrl = 'http://cmsoms-services.cms:9949/urn:xdaq-application:lid=100/getRunAndLumiSection'
useLockRecords = True
import sys
Expand Down Expand Up @@ -177,8 +177,8 @@
),

# Upload to CondDB
connect = cms.string('sqlite_file:BeamSpotOnlineLegacy.db'),
preLoadConnectionString = cms.untracked.string('sqlite_file:BeamSpotOnlineLegacy.db'),
connect = cms.string('sqlite_file:BeamSpotOnlineFakeLegacy.db'),
preLoadConnectionString = cms.untracked.string('sqlite_file:BeamSpotOnlineFakeLegacy.db'),
runNumber = cms.untracked.uint64(options.runNumber),
lastLumiFile = cms.untracked.string('last_lumi.txt'),
latency = cms.untracked.uint32(2),
Expand Down
Expand Up @@ -4,8 +4,8 @@
# Define here the BeamSpotOnline record name,
# it will be used both in FakeBeamMonitor setup and in payload creation/upload
BSOnlineRecordName = 'BeamSpotOnlineHLTObjectsRcd'
BSOnlineTag = 'BeamSpotOnlineHLT'
BSOnlineJobName = 'BeamSpotOnlineHLT'
BSOnlineTag = 'BeamSpotOnlineFakeHLT'
BSOnlineJobName = 'BeamSpotOnlineFakeHLT'
BSOnlineOmsServiceUrl = 'http://cmsoms-services.cms:9949/urn:xdaq-application:lid=100/getRunAndLumiSection'
useLockRecords = True

Expand Down Expand Up @@ -148,8 +148,8 @@
),

# Upload to CondDB
connect = cms.string('sqlite_file:BeamSpotOnlineHLT.db'),
preLoadConnectionString = cms.untracked.string('sqlite_file:BeamSpotOnlineHLT.db'),
connect = cms.string('sqlite_file:BeamSpotOnlineFakeHLT.db'),
preLoadConnectionString = cms.untracked.string('sqlite_file:BeamSpotOnlineFakeHLT.db'),

runNumber = cms.untracked.uint64(options.runNumber),
lastLumiFile = cms.untracked.string('last_lumi.txt'),
Expand Down

0 comments on commit d5158c3

Please sign in to comment.