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.10 by biliu, Tue Mar 26 13:26:51 2013 UTC vs.
Revision 1.11 by biliu, Wed Mar 27 02:16:54 2013 UTC

# Line 65 | Line 65 | def set_commandline_arguments(parser):
65      parser.add_option("-t", "--no-weights", action="store_true", dest="noWeights", default=False,
66                        help="do not apply cross section weights")
67      
68 <    parser.add_option("-b", "--rebin", action="store_true", dest="Rebin", default=False,
69 <                      help="Rebin all the histograms")
68 >    parser.add_option("-b", "--rebin", dest="Rebin",
69 >                      help="Rebin all the histograms that has more than num(number you type)*8 bins")
70 >    parser.add_option("-d", "--Diff", action="store_true", dest="makeDiffPlots", default=False,
71 >                      help="only functional after -r, to draw data-MC plots below all 1D histograms")
72      return parser
73  
74   def get_short_name(dataset):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines