CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BeamSpotOnline_cfi.py
Go to the documentation of this file.
2 
3 onlineBeamSpotProducer = cms.EDProducer('BeamSpotOnlineProducer',
4  src = cms.InputTag('scalersRawToDigi'),
5  changeToCMSCoordinates = cms.bool(False),
6  maxZ = cms.double(40),
7  maxRadius = cms.double(2),
8  setSigmaZ = cms.double(-1), #negative value disables it.
9  gtEvmLabel = cms.InputTag('gtEvmDigis')
10 )
11