Skip to content

Commit

Permalink
Merge pull request #43417 from mmusich/mm_devel_addHarvesting_to_Phas…
Browse files Browse the repository at this point in the history
…e2HLT_13_3_X

[13.3.X] remove HLT tracking and vertexing validation harvesting from phase-2 exclusion modifier
  • Loading branch information
cmsbuild authored Nov 28, 2023
2 parents 3fe5f8c + e57c10a commit 08cfb10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions HLTriggerOffline/Common/python/HLTValidationHarvest_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
# Temporary Phase-2 configuration
# Exclude everything except JetMET for now
from Configuration.Eras.Modifier_phase2_common_cff import phase2_common
phase2_common.toReplaceWith(hltpostvalidation, hltpostvalidation.copyAndExclude([postProcessorHLTtrackingSequence,
postProcessorHLTvertexing,
HLTMuonPostVal,
phase2_common.toReplaceWith(hltpostvalidation, hltpostvalidation.copyAndExclude([HLTMuonPostVal,
HLTTauPostVal,
EgammaPostVal,
postProcessorHLTgsfTrackingSequence,
Expand Down

0 comments on commit 08cfb10

Please sign in to comment.