ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/python/processingUtilities.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/python/processingUtilities.py (file contents):
Revision 1.4 by lantonel, Wed Feb 20 16:21:32 2013 UTC vs.
Revision 1.5 by lantonel, Tue Feb 26 10:58:49 2013 UTC

# Line 52 | Line 52 | def set_commandline_arguments(parser):
52                    help="local configuration file")
53  
54      parser.add_option("-c", "--condorDir", dest="condorDir",
55 <                  help="condor output directory")
55 >                      help="condor output directory")
56      parser.add_option("-n", "--normalize", action="store_true", dest="normalizeToData", default=False,
57 <                  help="normalize total background MC yield to the data")
57 >                      help="normalize total background MC yield to the data")
58      parser.add_option("-u", "--unit-area", action="store_true", dest="normalizeToUnitArea", default=False,
59 <                  help="normalize all samples to unit area (useful to compare shapes)")
59 >                      help="normalize all samples to unit area (useful to compare shapes)")
60 >    parser.add_option("-e", "--empty", action="store_true", dest="noStack", default=False,
61 >                      help="don't stack the background samples, draw them as empty histograms instead")
62 >    
63  
64      return parser
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines