Skip to content

Commit c661187

Browse files
committed
Remove more SubJet DQM plots
1 parent 1f30bcc commit c661187

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

PhysicsTools/NanoAOD/python/nanoDQM_cff.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def _match(name):
243243
if 'btagDeepFlavB' not in plot.name.value() and 'btagUParTAK4B' not in plot.name.value():
244244
_SubJet_pre142X_plots.append(plot)
245245
_SubJet_pre142X_plots.extend([
246-
Plot1D('btagCMVA', 'btagCMVA', 20, -1, 1, 'CMVA V2 btag discriminator'),
247246
Plot1D('btagDeepB', 'btagDeepB', 20, -1, 1, 'Deep B+BB btag discriminator'),
248247
])
249248

PhysicsTools/NanoAOD/python/nanoDQM_cfi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,6 @@
816816
sels = cms.PSet(),
817817
plots = cms.VPSet(
818818
Count1D('_size', 9, -0.5, 8.5, 'slimmedJetsAK8PFPuppiSoftDropPacked::SubJets, i.e. soft-drop subjets for ak8 fat jets for boosted'),
819-
Plot1D('btagCMVA', 'btagCMVA', 20, -1, 1, 'CMVA V2 btag discriminator'),
820-
Plot1D('btagDeepB', 'btagDeepB', 20, -1, 1, 'Deep B+BB btag discriminator'),
821819
Plot1D('btagDeepFlavB', 'btagDeepFlavB', 20, -1, 1, 'DeepJet b+bb+lepb tag discriminator'),
822820
Plot1D('btagUParTAK4B', 'btagUParTAK4B', 20, -1, 1, 'UnifiedParT b vs. udscg'),
823821
Plot1D('eta', 'eta', 20, -4, 4, 'eta'),

0 commit comments

Comments
 (0)