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.1 by yangyong, Thu Apr 4 08:55:46 2013 UTC vs.
Revision 1.2 by yangyong, Thu Apr 4 09:55:01 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 +
34 +
35 +
36   process.load('GeneratorInterface.Core.genFilterSummary_cff')
37   process.load('Configuration.StandardSequences.SimIdeal_cff')
38   process.load('Configuration.StandardSequences.Digi_cff')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines