Skip to content

Commit 2169b56

Browse files
authored
Merge pull request #44926 from mmusich/fix_44899
BTV HLT monitoring: exclude paths requiring `pfMassDecorrelatedParticleNetDiscriminatorsJetTags` when `pp_on_PbPb_run3` is active
2 parents e773bb2 + d0369c9 commit 2169b56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DQMOffline/Trigger/python/BTaggingMonitoring_cff.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,10 @@
283283
+ BTagMu_AK8Jet300_Mu5
284284
)
285285

286+
# in the case of PbPb remove the following paths as that requires pfMassDecorrelatedParticleNetDiscriminatorsJetTags
287+
from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3
288+
pp_on_PbPb_run3.toReplaceWith(btagMonitorHLT,btagMonitorHLT.copyAndExclude([BTagMu_AK8DiJet170_Mu5,BTagMu_AK8Jet300_Mu5,BTagMu_AK8Jet170_DoubleMu5,BTagMonitor_AK8PFJet40]))
289+
286290
btvHLTDQMSourceExtra = cms.Sequence(
287291
BTagMonitor_PFJet40
288292
+ BTagMonitor_PFJet40_DeepJet

0 commit comments

Comments
 (0)