Skip to content

Commit

Permalink
fix stacked efficiency plots
Browse files Browse the repository at this point in the history
  • Loading branch information
mtosi committed Jun 29, 2020
1 parent 039943c commit 767532a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Validation/RecoTrack/test/publicPlots/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def __init__(self):
self._legends = []

def add(self, histo, legend):
histo.ResetBit(ROOT.TH1.kIsAverage)
self._histos.append(histo)
self._legends.append(legend)

Expand Down

0 comments on commit 767532a

Please sign in to comment.