# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |