65 |
|
parser.add_option("-t", "--no-weights", action="store_true", dest="noWeights", default=False, |
66 |
|
help="do not apply cross section weights") |
67 |
|
|
68 |
< |
parser.add_option("-b", "--rebin", action="store_true", dest="Rebin", default=False, |
69 |
< |
help="Rebin all the histograms") |
68 |
> |
parser.add_option("-b", "--rebin", dest="Rebin", |
69 |
> |
help="Rebin all the histograms that has more than num(number you type)*8 bins") |
70 |
> |
parser.add_option("-d", "--Diff", action="store_true", dest="makeDiffPlots", default=False, |
71 |
> |
help="only functional after -r, to draw data-MC plots below all 1D histograms") |
72 |
|
return parser |
73 |
|
|
74 |
|
def get_short_name(dataset): |