CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoVertex/BeamSpotProducer/python/BeamSpotOnline_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 onlineBeamSpotProducer = cms.EDProducer('BeamSpotOnlineProducer',
00004                                         src = cms.InputTag('scalersRawToDigi'),
00005                                         changeToCMSCoordinates = cms.bool(False),
00006                                         maxZ = cms.double(40),
00007                                         maxRadius = cms.double(2),
00008                                         setSigmaZ = cms.double(-1), #negative value disables it.
00009                                         gtEvmLabel = cms.InputTag('gtEvmDigis')
00010 )
00011