ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/yangyong/ECALG4SIM/test_xtal1.py
(Generate patch)

Comparing UserCode/yangyong/ECALG4SIM/test_xtal1.py (file contents):
Revision 1.2 by yangyong, Thu Apr 4 09:55:01 2013 UTC vs.
Revision 1.3 by yangyong, Thu Apr 4 10:54:41 2013 UTC

# Line 21 | Line 21 | process.load('Configuration.StandardSequ
21   #process.load('IOMC.EventVertexGenerators.VtxSmearedRealistic8TeVCollision_cfi')
22   process.load('IOMC.EventVertexGenerators.VtxSmearedGauss_cfi')
23  
24 < process.VtxSmeared.GaussVtxSmearingParameters = cms.PSet(
25 <            MeanX = cms.double(0.0),
26 <            MeanY = cms.double(0.0),
27 <            MeanZ = cms.double(0.0),
28 <            SigmaY = cms.double(0.0),
29 <            SigmaX = cms.double(0.0),
30 <            SigmaZ = cms.double(0.0),
31 <            TimeOffset = cms.double(0.0)
32 <            )
33 <
24 > process.VtxSmeared.SigmaY = 0
25 > process.VtxSmeared.SigmaX = 0
26 > process.VtxSmeared.SigmaZ = 0
27  
28  
29   process.load('GeneratorInterface.Core.genFilterSummary_cff')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines