CMS 3D CMS Logo

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 
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 )