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.21 by wulsin, Tue Jun 4 08:04:53 2013 UTC vs.
Revision 1.22 by wulsin, Thu Jun 6 23:35:36 2013 UTC

# Line 85 | Line 85 | def set_commandline_arguments(parser):
85                        help="Save pdfs files for all plots made")
86  
87  
88 +    ###  Only used by makeBNTreePlot.py (maybe move to another file?)  
89 +    parser.add_option("-D", "--dataset", dest="datasetName",
90 +                      help="Name of dataset (overrides value from local configuration file)")  
91 +    parser.add_option("-C", "--runOnCondor",  action="store_true", dest="runOnCondor", default=False,
92 +                      help="Run on condor instead of interactively")  
93 +
94 +
95      return parser
96  
97   def get_short_name(dataset, dataset_names):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines