Skip to content

Commit

Permalink
follow-up to #43094, remove HLT and vertexing validation harvesting f…
Browse files Browse the repository at this point in the history
…rom phase-2 modifier
  • Loading branch information
mmusich committed Nov 28, 2023
1 parent 3fe5f8c commit e57c10a
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 e57c10a

Please sign in to comment.