Skip to content

Commit

Permalink
switch modifiers to pp_on_AA for hiEvtPlane
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77 authored Dec 18, 2020
1 parent 4f7462b commit ad4b7eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RecoHI/HiEvtPlaneAlgos/python/HiEvtPlane_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
cutEra = cms.int32(2) # 0:ppReco, 1:HIReco, 2:Pixel, 3: GenMC
)

from Configuration.Eras.Modifier_pp_on_AA_2018_cff import pp_on_AA_2018
from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3

(pp_on_AA_2018 | pp_on_PbPb_run3).toModify(hiEvtPlane,
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
pp_on_AA.toModify(hiEvtPlane,
vertexTag = "offlinePrimaryVertices",
trackTag = "packedPFCandidates",
caloTag = "particleFlow",
Expand Down

0 comments on commit ad4b7eb

Please sign in to comment.