Skip to content

Commit

Permalink
moved keep statement to MC list
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen committed Feb 17, 2022
1 parent d7a114d commit 0809418
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
'keep *_hiEvtPlane_*_*',
'keep *_hiEvtPlaneFlat_*_*',
'keep QIE10DataFrameHcalDataFrameContainer_hcalDigis_ZDC_*',
'keep edmGenHIEvent_heavyIon_*_*',
]

from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
Expand All @@ -163,7 +162,7 @@
# RUN
'keep L1GtTriggerMenuLite_l1GtTriggerMenuLite__*'
]
_pp_on_AA_MC_extraCommands = ['keep *_packedGenParticlesSignal_*_*']
_pp_on_AA_MC_extraCommands = ['keep *_packedGenParticlesSignal_*_*','keep edmGenHIEvent_heavyIon_*_*']
pp_on_AA.toModify(MicroEventContentMC, outputCommands = MicroEventContentMC.outputCommands + _pp_on_AA_MC_extraCommands)

from Configuration.Eras.Modifier_strips_vfp30_2016_cff import strips_vfp30_2016
Expand Down

0 comments on commit 0809418

Please sign in to comment.