CMS 3D CMS Logo

TBVtxSmeared_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 VtxSmeared = cms.EDProducer("BeamProfileVtxGenerator",
7  common_beam_direction_parameters,
8  VtxSmearedCommon,
9  BeamMeanX = cms.double(0.0),
10  BeamMeanY = cms.double(0.0),
11  BeamSigmaX = cms.double(0.0001),
12  BeamSigmaY = cms.double(0.0001),
13  Psi = cms.double(999.9),
14  GaussianProfile = cms.bool(False),
15  BinX = cms.int32(50),
16  BinY = cms.int32(50),
17  File = cms.string('beam.profile'),
18  UseFile = cms.bool(False),
19  TimeOffset = cms.double(0.)
20  )
set to 1 (or greater) for printouts