ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/gethistofromtree.py
(Generate patch)

Comparing UserCode/VHbb/python/gethistofromtree.py (file contents):
Revision 1.15 by nmohr, Thu Oct 4 13:02:23 2012 UTC vs.
Revision 1.16 by peller, Tue Oct 9 21:17:34 2012 UTC

# Line 47 | Line 47 | def getHistoFromTree(job,path,config,opt
47      nBins=int(options[3])
48      xMin=float(options[4])
49      xMax=float(options[5])
50 <    addOverFlow=eval(config.get('Plot_general','addOverFlow'))
50 >    #addOverFlow=eval(config.get('Plot_general','addOverFlow'))
51 >    addOverFlow = False
52  
53      if job.type != 'DATA':
54      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines