Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:00

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import GaussVtxSigmaZ4cmSmearingParameters,VtxSmearedCommon
0004 VtxSmeared = cms.EDProducer("GaussEvtVtxGenerator",
0005     GaussVtxSigmaZ4cmSmearingParameters,
0006     VtxSmearedCommon
0007 )
0008 
0009 
0010