ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
perfmonmt-refit | |
Functions | |
def | perfmonmt-refit.parse_range (string) |
Variables | |
perfmonmt-refit.parser = argparse.ArgumentParser(description = 'Script to re-fit PerfMonMTSvc measurements') | |
perfmonmt-refit.type | |
perfmonmt-refit.str | |
perfmonmt-refit.required | |
perfmonmt-refit.help | |
perfmonmt-refit.parse_range | |
perfmonmt-refit.dest | |
perfmonmt-refit.float | |
perfmonmt-refit.nargs | |
perfmonmt-refit.default | |
perfmonmt-refit.choices | |
perfmonmt-refit.action | |
perfmonmt-refit.args = parser.parse_args() | |
perfmonmt-refit.slice | |
perfmonmt-refit.data = json.load(json_file) | |
perfmonmt-refit.x | |
perfmonmt-refit.y | |
perfmonmt-refit.key | |
string | perfmonmt-refit.units = 'ms/event' if 'time' in args.obs.lower() else 'kb/event' |
perfmonmt-refit.idx_min = round(0.2*len(x)) | |
int | perfmonmt-refit.idx_max = len(x)-1 |
perfmonmt-refit.n_tot = len(x[idx_min:idx_max+1]) | |
perfmonmt-refit.coeffs | |