Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # Load BetafuncEvtVtxGenerator and read parameters from GT (SimBeamSpotObjectRcd)
0004 from IOMC.EventVertexGenerators.BetafuncEvtVtxGenerator_cfi import BetafuncEvtVtxGenerator
0005 VtxSmeared = BetafuncEvtVtxGenerator.clone(
0006     src = "generator:unsmeared",
0007     readDB = True
0008 )