/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/Integration/python/config/FrontierCondition_GT_cfi.py
22 строки
800 B
mmusich
customize OnlineBeamSpot ESProducer inputs to be refreshed at each LS
29 окт 2021, 13:16
29 окт 2021, 13:16
58bd87e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from Configuration.StandardSequences.FrontierConditions_GlobalTag_cff import * from Configuration.AlCa.autoCond import autoCond GlobalTag.globaltag = autoCond['run3_hlt'] ############################################# # # DO NOT REMOVE # # This GlobalTag customization is necessary to # refresh the online BeamSpot ESProducer inputs # used by the online DQM clients at every LS # (as it done in the HLT menu). ############################################## GlobalTag.toGet = cms.VPSet( cms.PSet( record = cms.string( "BeamSpotOnlineLegacyObjectsRcd" ), refreshTime = cms.uint64( 1 ), ), cms.PSet( record = cms.string( "BeamSpotOnlineHLTObjectsRcd" ), refreshTime = cms.uint64( 1 ) ) )