Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:45

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from IOMC.EventVertexGenerators.VtxSmearedFlat_cfi import *
0004 #
0005 # sets limits to << 1 um
0006 #
0007 VtxSmeared.MinX = -0.00000001
0008 VtxSmeared.MaxX = 0.00000001
0009 VtxSmeared.MinY = -0.00000001
0010 VtxSmeared.MaxY = 0.00000001
0011 VtxSmeared.MinZ = -0.00000001
0012 VtxSmeared.MaxZ = 0.00000001