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.15 by nmohr, Tue Mar 26 14:23:12 2013 UTC vs.
Revision 1.16 by nmohr, Wed Apr 3 14:02:19 2013 UTC

# Line 78 | Line 78 | class HistoMaker:
78                      if treeVar == 'H.mass':
79                          CuttedTree.Draw('%s>>%s(%s,%s,%s)' %(treeVar,name,nBins,xMin,xMax),treeVar+'<90. || '+treeVar + '>150. & %s' %treeCut, "goff,e")
80                      else:
81 <                        CuttedTree.Draw('%s>>%s(%s,%s,%s)' %(treeVar,name,nBins,xMin,xMax),treeVar+'<0 & %s'%treeCut, "goff,e")
81 >                        CuttedTree.Draw('%s>>%s(%s,%s,%s)' %(treeVar,name,nBins,xMin,xMax),treeVar+'<-0.2 & %s'%treeCut, "goff,e")
82  
83                  else:
84                      CuttedTree.Draw('%s>>%s(%s,%s,%s)' %(treeVar,name,nBins,xMin,xMax),'%s' %treeCut, "goff,e")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines