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 FlatVtxSmearingParameters,VtxSmearedCommon
0004 VtxSmeared = cms.EDProducer("FlatEvtVtxGenerator",
0005     FlatVtxSmearingParameters,
0006     VtxSmearedCommon
0007 )
0008 
0009 
0010