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.11 by nmohr, Mon Mar 25 13:53:02 2013 UTC vs.
Revision 1.12 by nmohr, Mon Mar 25 14:41:33 2013 UTC

# Line 26 | Line 26 | class StackMaker:
26          else:
27              self.setup=setup
28          if not SignalRegion:
29 <            if 'ZH' in setup:
29 >            if 'ZH' in self.setup:
30                  self.setup.remove('ZH')
31 <            if 'WH' in setup:
31 >            if 'WH' in self.setup:
32                  self.setup.remove('WH')
33          self.rebin = 1
34          if config.has_option(section,'rebin'):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines