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

Comparing UserCode/VHbb/python/HistoMaker.py (file contents):
Revision 1.8 by peller, Fri Oct 12 09:09:01 2012 UTC vs.
Revision 1.9 by nmohr, Thu Oct 18 13:30:32 2012 UTC

# Line 109 | Line 109 | class HistoMaker:
109                  if options[11] == 'blind':
110                      output.cd()
111                      if treeVar == 'H.mass':
112 <                        CuttedTree.Draw('%s>>%s(%s,%s,%s)' %(treeVar,name,nBins,xMin,xMax),treeVar+'<80. || '+treeVar + '>150.' , "goff,e")
112 >                        CuttedTree.Draw('%s>>%s(%s,%s,%s)' %(treeVar,name,nBins,xMin,xMax),treeVar+'<90. || '+treeVar + '>150.' , "goff,e")
113                      else:
114                          CuttedTree.Draw('%s>>%s(%s,%s,%s)' %(treeVar,name,nBins,xMin,xMax),treeVar+'<0', "goff,e")
115  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines