CMS 3D CMS Logo

VtxSmearedNoSmear_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 #
5 # sets limits to << 1 um
6 #
7 VtxSmeared.MinX = -0.00000001
8 VtxSmeared.MaxX = 0.00000001
9 VtxSmeared.MinY = -0.00000001
10 VtxSmeared.MaxY = 0.00000001
11 VtxSmeared.MinZ = -0.00000001
12 VtxSmeared.MaxZ = 0.00000001