Fix bug in monitoring of the number of candidates
Compare changes
Files
2+ 4
− 3
@@ -152,7 +152,8 @@ class DecisionLine(object):
@@ -160,7 +161,7 @@ class DecisionLine(object):
@@ -480,7 +481,7 @@ class Hlt2Line(DecisionLine):
The current implementation of the n_candidates plots the number of candidates for every candidate instead of only once. This MR uses now a new algorithm to plot event variables. The monitoring of the number of candidates is explicitly added to the Topo lines.
Needs Rec!3555 (merged)