Browse Source

Adds VectorMany container class

Caleb Fangmeier 6 years ago
parent
commit
10d03aaade
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils.py

+ 1 - 1
utils.py

@@ -191,7 +191,7 @@ class ResultSet:
         for hist in objs:
             CANVAS.cd(i)
             try:
-                hist.SetStats(False)
+                hist.SetStats(True)
             except AttributeError:
                 pass
             if type(hist) in (ROOT.TH1I, ROOT.TH1F, ROOT.TH1D):