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.7 by peller, Tue Feb 19 17:22:31 2013 UTC vs.
Revision 1.8 by peller, Wed Mar 6 16:09:44 2013 UTC

# Line 16 | Line 16 | class StackMaker:
16          if config.has_option('plotDef:%s'%var,'log') and not self.log:
17              self.log = eval(config.get('plotDef:%s'%var,'log'))
18          self.blind = eval(config.get(section,'blind'))
19 <        if self.blind: blindopt='True'
20 <        else: blindopt = 'False'
19 >        #if self.blind: blindopt='True'
20 >        #else: blindopt = 'False'
21          if setup is None:
22              self.setup=config.get('Plot_general','setup')
23              if self.log:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines