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