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 |