Skip to content

Commit

Permalink
add refreshTime parameter to onlinebeammonitor DQM client
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Aug 2, 2021
1 parent 88ee3fc commit 9c84cd1
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,16 @@
# Condition for lxplus: change and possibly customise the GT
#from Configuration.AlCa.GlobalTag import GlobalTag as gtCustomise
#process.GlobalTag = gtCustomise(process.GlobalTag, 'auto:run2_data', '')

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 9c84cd1

Please sign in to comment.