CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FrontierCondition_GT_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 from Configuration.AlCa.autoCond import autoCond
4 GlobalTag.globaltag = autoCond['run3_hlt']
5 
6 #############################################
7 #
8 # DO NOT REMOVE
9 #
10 # This GlobalTag customization is necessary to
11 # refresh the online BeamSpot ESProducer inputs
12 # used by the online DQM clients at every LS
13 # (as it done in the HLT menu).
14 ##############################################
15 GlobalTag.toGet = cms.VPSet(
16  cms.PSet( record = cms.string( "BeamSpotOnlineLegacyObjectsRcd" ),
17  refreshTime = cms.uint64( 1 ),
18  ),
19  cms.PSet( record = cms.string( "BeamSpotOnlineHLTObjectsRcd" ),
20  refreshTime = cms.uint64( 1 )
21  )
22 )