Skip to content

Commit

Permalink
follow-up to cms-sw#43094, remove HLT and vertexing validation harves…
Browse files Browse the repository at this point in the history
…ting from phase-2 modifier
  • Loading branch information
mmusich authored and Zhenbin Wu committed Feb 14, 2024
1 parent 2c9dc3f commit ceb3a56
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 ceb3a56

Please sign in to comment.