Revision: | 1.1 |
Committed: | Wed Jul 7 17:09:49 2010 UTC (14 years, 10 months ago) by yilmaz |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | HEAD |
Log Message: | new vertex for sim |
# | User | Rev | Content |
---|---|---|---|
1 | yilmaz | 1.1 | import FWCore.ParameterSet.Config as cms |
2 | |||
3 | from IOMC.EventVertexGenerators.VtxSmearedEarly10TeVCollision_cfi import * | ||
4 | |||
5 | VtxSmeared.SigmaZ = cms.double(4.122) | ||
6 | VtxSmeared.X0 = cms.double(0.2429) | ||
7 | VtxSmeared.Y0 = cms.double(0.3828) | ||
8 | VtxSmeared.Z0 = cms.double(0.6753) | ||
9 | |||
10 |