|
||||
File indexing completed on 2024-04-06 12:13:44
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import * 0004 0005 VtxSmeared = cms.EDProducer("BetaBoostEvtVtxGenerator", 0006 VtxSmearedCommon, 0007 Realistic5TeVPACollision2016VtxSmearingParameters, 0008 Beta=cms.double(0.434) 0009 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |