Skip to content

Commit

Permalink
Merge pull request #44926 from mmusich/fix_44899
Browse files Browse the repository at this point in the history
BTV HLT monitoring: exclude paths requiring `pfMassDecorrelatedParticleNetDiscriminatorsJetTags` when `pp_on_PbPb_run3` is active
  • Loading branch information
cmsbuild authored May 8, 2024
2 parents e773bb2 + d0369c9 commit 2169b56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DQMOffline/Trigger/python/BTaggingMonitoring_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@
+ BTagMu_AK8Jet300_Mu5
)

# in the case of PbPb remove the following paths as that requires pfMassDecorrelatedParticleNetDiscriminatorsJetTags
from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3
pp_on_PbPb_run3.toReplaceWith(btagMonitorHLT,btagMonitorHLT.copyAndExclude([BTagMu_AK8DiJet170_Mu5,BTagMu_AK8Jet300_Mu5,BTagMu_AK8Jet170_DoubleMu5,BTagMonitor_AK8PFJet40]))

btvHLTDQMSourceExtra = cms.Sequence(
BTagMonitor_PFJet40
+ BTagMonitor_PFJet40_DeepJet
Expand Down

0 comments on commit 2169b56

Please sign in to comment.