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

Comparing UserCode/VHbb/python/myutils/HistoMaker.py (file contents):
Revision 1.12 by peller, Wed Mar 6 14:25:13 2013 UTC vs.
Revision 1.13 by peller, Wed Mar 6 16:09:44 2013 UTC

# Line 72 | Line 72 | class HistoMaker:
72                  else:
73                      full=False
74              elif job.type == 'DATA':
75 <                if eval(options['blind']):
75 >                if options['blind']:
76                      if treeVar == 'H.mass':
77                          CuttedTree.Draw('%s>>%s(%s,%s,%s)' %(treeVar,name,nBins,xMin,xMax),treeVar+'<90. || '+treeVar + '>150.' , "goff,e")
78                      else:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines