Skip to content

Commit

Permalink
Add forgotten vtx smearing cfi
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen committed Apr 30, 2021
1 parent d2f8cc0 commit 5f94d05
Showing 1 changed file with 7 additions and 0 deletions.
@@ -0,0 +1,7 @@
import FWCore.ParameterSet.Config as cms

from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import Fixed_EmitRealistic5TeVppCollision2017VtxSmearingParameters,VtxSmearedCommon
VtxSmeared = cms.EDProducer("BetafuncEvtVtxGenerator",
Fixed_EmitRealistic5TeVppCollision2017VtxSmearingParameters,
VtxSmearedCommon
)

0 comments on commit 5f94d05

Please sign in to comment.