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.17 by ahart, Tue May 14 19:46:47 2013 UTC vs.
Revision 1.18 by wulsin, Fri May 17 08:34:38 2013 UTC

# Line 57 | Line 57 | def set_commandline_arguments(parser):
57                        help="specify an output file name for the histogram file, default is 'stacked_histograms.root'")
58      parser.add_option("-t", "--no-weights", action="store_true", dest="noWeights", default=False,
59                        help="do not apply cross section weights")
60 +    parser.add_option("-q", "--quickMerge", action="store_true", dest="quickMerge", default=False,
61 +                      help="do merge without making cutflow or plots")  
62  
63  
64      #### Histogram Formatting Options

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines