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

Comparing UserCode/VHbb/python/myutils/StackMaker.py (file contents):
Revision 1.8 by peller, Wed Mar 6 16:09:44 2013 UTC vs.
Revision 1.9 by peller, Wed Mar 6 16:22:27 2013 UTC

# Line 59 | Line 59 | class StackMaker:
59          self.typLegendDict=eval(config.get('Plot_general','typLegendDict'))
60          self.anaTag = config.get("Analysis","tag")
61          self.xAxis = config.get('plotDef:%s'%var,'xAxis')
62 <        self.options = {'var': self.name,'name':'','xAxis': self.xAxis, 'nBins': self.nBins, 'xMin': self.xMin, 'xMax': self.xMax,'pdfName': '%s_%s_%s.pdf'%(region,var,self.mass),'cut':cut,'mass': self.mass, 'data': data, 'blind': blindopt}
62 >        self.options = {'var': self.name,'name':'','xAxis': self.xAxis, 'nBins': self.nBins, 'xMin': self.xMin, 'xMax': self.xMax,'pdfName': '%s_%s_%s.pdf'%(region,var,self.mass),'cut':cut,'mass': self.mass, 'data': data, 'blind': self.blind}
63          if config.has_option('Weights','weightF'):
64              self.options['weight'] = config.get('Weights','weightF')
65          else:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines