# | 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): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |