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.29 by ahart, Fri Jul 5 15:21:10 2013 UTC vs.
Revision 1.30 by lantonel, Thu Jul 11 14:24:20 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines