Skip to content

Commit

Permalink
Merge pull request #34719 from francescobrivio/alca-update_onlinebeam…
Browse files Browse the repository at this point in the history
…monitor_12_1_X

Update DQM onlinebeammonitor
  • Loading branch information
cmsbuild committed Aug 3, 2021
2 parents 32f4925 + b6aac13 commit f2cec22
Showing 1 changed file with 12 additions and 0 deletions.
Expand Up @@ -145,6 +145,18 @@
#from Configuration.AlCa.GlobalTag import GlobalTag as gtCustomise
#process.GlobalTag = gtCustomise(process.GlobalTag, 'auto:run2_data', '')

# Please *do not* delete this toGet statement as it is needed to fetch BeamSpotOnline
# information every lumisection (instead of every run as for the other records in the GT)
process.GlobalTag.toGet = cms.VPSet(
cms.PSet(
record = cms.string("BeamSpotOnlineLegacyObjectsRcd"),
refreshTime = cms.uint64(1)
),
cms.PSet(
record = cms.string("BeamSpotOnlineHLTObjectsRcd"),
refreshTime = cms.uint64(1)
)
)

process.dqmcommon = cms.Sequence(process.dqmEnv
* process.dqmSaver * process.dqmSaverPB)
Expand Down

0 comments on commit f2cec22

Please sign in to comment.