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  useTransientRecord = cms.bool(True),
5  changeToCMSCoordinates = cms.bool(False),
6  gtEvmLabel = cms.InputTag(""),
7  maxRadius = cms.double(2.0),
8  maxZ = cms.double(40.0),
9  setSigmaZ = cms.double(0.0))