1 import FWCore.ParameterSet.Config
as cms
7 common_beam_direction_parameters = cms.PSet(
8 BeamPosition = cms.double(0.),
9 MinEta = cms.double(0.),
10 MaxEta = cms.double(1.5),
11 MinPhi = cms.double(-3.14159265358979323846),
12 MaxPhi = cms.double(3.14159265358979323846)
19 VtxSmeared = cms.EDProducer(
"BeamProfileVtxGenerator",
20 common_beam_direction_parameters,
22 BeamMeanX = cms.double(0.0),
23 BeamMeanY = cms.double(0.0),
24 BeamSigmaX = cms.double(0.0001),
25 BeamSigmaY = cms.double(0.0001),
26 Psi = cms.double(999.9),
27 GaussianProfile = cms.bool(
True),
30 File = cms.string(
'beam.profile'),
31 UseFile = cms.bool(
False),
32 TimeOffset = cms.double(0.)
set to 1 (or greater) for printouts