From 9e23a7b442e39a542e7e46ee23a79b509ea4b6db Mon Sep 17 00:00:00 2001 From: Dmytro Kovalskyi Date: Fri, 19 Jan 2024 11:07:06 +0100 Subject: [PATCH] added DQM plot for the new variable --- PhysicsTools/NanoAOD/python/nanoDQM_cfi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PhysicsTools/NanoAOD/python/nanoDQM_cfi.py b/PhysicsTools/NanoAOD/python/nanoDQM_cfi.py index 6768e4d2fae3b..47e73d308805b 100644 --- a/PhysicsTools/NanoAOD/python/nanoDQM_cfi.py +++ b/PhysicsTools/NanoAOD/python/nanoDQM_cfi.py @@ -577,6 +577,7 @@ Plot1D('sip3d', 'sip3d', 20, 0, 20, '3D impact parameter significance wrt first PV'), Profile1D('softId', 'softId', 'pt', 20, 0, 40, 'POG Soft muon ID (using the relaxed cuts in the data Run 2016 B-F periods, and standard cuts elsewhere)'), Plot1D('softMva', 'softMva', 20, -1, 1, 'soft MVA ID score'), + Plot1D('softMvaRun3', 'softMvaRun3', 20, 0, 1, 'soft MVA ID score for Run3'), Plot1D('softMvaId', 'softMvaId', 2, -0.5, 1.5, 'soft MVA ID'), Plot1D('tightCharge', 'tightCharge', 1, 1.5, 2.5, 'Tight charge criterion using pterr/pt of muonBestTrack (0:fail, 2:pass)'), Profile1D('tightId', 'tightId', 'pt', 16, 0, 80, 'POG Tight muon ID'),