CMS 3D CMS Logo

hltOnlineBeamSpot_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltOnlineBeamSpot = cms.EDProducer("BeamSpotOnlineProducer",
4  changeToCMSCoordinates = cms.bool(False),
5  gtEvmLabel = cms.InputTag(""),
6  maxRadius = cms.double(2.0),
7  maxZ = cms.double(40.0),
8  setSigmaZ = cms.double(0.0),
9  useTransientRecord = cms.bool(True)
10 )