CMS 3D CMS Logo

VtxSmearedDesign_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Load GaussEvtVtxGenerator and read parameters from GT (SimBeamSpotObjectRcd)
4 from IOMC.EventVertexGenerators.GaussEvtVtxGenerator_cfi import GaussEvtVtxGenerator
5 VtxSmeared = GaussEvtVtxGenerator.clone(
6  src = "generator:unsmeared",
7  readDB = True
8 )