CMS 3D CMS Logo

VtxSmearedNoSmear_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from IOMC.EventVertexGenerators.VtxSmearedFlat_cfi import *
00004 #
00005 # sets limits to << 1 um
00006 #
00007 VtxSmeared.MinX = -0.00000001
00008 VtxSmeared.MaxX = 0.00000001
00009 VtxSmeared.MinY = -0.00000001
00010 VtxSmeared.MaxY = 0.00000001
00011 VtxSmeared.MinZ = -0.00000001
00012 VtxSmeared.MaxZ = 0.00000001
00013 

Generated on Tue Jun 9 17:26:59 2009 for CMSSW by  doxygen 1.5.4