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.12 by lantonel, Wed Mar 27 13:19:39 2013 UTC vs.
Revision 1.13 by lantonel, Wed Mar 27 14:00:21 2013 UTC

# Line 72 | Line 72 | def set_commandline_arguments(parser):
72                        help="draw data-MC plots below all 1D histograms")
73      parser.add_option("-b", "--rebin", dest="rebinFactor",
74                        help="Rebin all the histograms which will have at least 10 bins after rebinning")
75 +    parser.add_option("--2D", action="store_true", dest="draw2DPlots", default=False,
76 +                      help="draw stacked 2D histograms")
77 +
78  
79      return parser
80  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines