Skip to content

Commit

Permalink
DQM update for photon Fall17 V1 ID
Browse files Browse the repository at this point in the history
  • Loading branch information
peruzzim committed Nov 27, 2018
1 parent 7bf7364 commit 16afc88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PhysicsTools/NanoAOD/python/nanoDQM_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
Plot1D('charge', 'charge', 1, -0.5, 0.5, 'electric charge'),
Plot1D('cleanmask', 'cleanmask', 1, 0.5, 1.5, 'simple cleaning mask with priority to leptons'),
Plot1D('cutBasedBitmap', 'cutBasedBitmap', 8, -0.5, 7.5, 'cut-based ID bitmap, 2^(0:loose, 1:medium, 2:tight)'),
Plot1D('cutBasedV1Bitmap', 'cutBasedV1Bitmap', 8, -0.5, 7.5, 'cut-based ID bitmap, Fall17 V1, 2^(0:loose, 1:medium, 2:tight)'),
NoPlot('electronIdx'),
Plot1D('electronVeto', 'electronVeto', 2, -0.5, 1.5, 'pass electron veto'),
Plot1D('energyErr', 'energyErr', 20, 0, 300, 'energy error of the cluster from regression'),
Expand All @@ -393,6 +394,7 @@
NoPlot('jetIdx'),
NoPlot('mass'),
Plot1D('mvaID', 'mvaID', 20, -1, 1, 'MVA ID score'),
Plot1D('mvaIDV1', 'mvaIDV1', 20, -1, 1, 'MVA ID score, Fall17 V1p1'),
Plot1D('mvaID_WP80', 'mvaID_WP80', 2, -0.5, 1.5, 'MVA ID WP80'),
Plot1D('mvaID_WP90', 'mvaID_WP90', 2, -0.5, 1.5, 'MVA ID WP90'),
Plot1D('pdgId', 'pdgId', 1, 21.5, 22.5, 'PDG code assigned by the event reconstruction (not by MC truth)'),
Expand Down

0 comments on commit 16afc88

Please sign in to comment.