ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JulyExercise/python/VertexSmearedJulyExercise_cff.py
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
Error occurred while calculating annotation data.
Log Message:
new vertex for sim

File Contents

# Content
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