Skip to content

Commit

Permalink
Add other vertices score to DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgalli committed Oct 29, 2021
1 parent eb31c6a commit 045cd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhysicsTools/NanoAOD/python/nanoDQM_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@
plots = cms.VPSet(
NoPlot('_size'),
Plot1D('z', 'z', 20, -20, 20, 'Z position of other primary vertices, excluding the main PV'),
Plot1D('score', 'score', 20, 0, 300000, 'scores of other primary vertices, excluding the main PV'),
)
),
PPSLocalTrack = cms.PSet(
Expand Down

0 comments on commit 045cd9e

Please sign in to comment.