ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
Functions | |
def | run_obs_signif (output_path, overwrite, log_path) |
def | run_exp_signif (output_path, overwrite, log_path) |
def | run_limit (output_path, overwrite, log_path) |
def | run_fit (output_path, overwrite, log_path) |
def | fix_vars (output_path) |
def | goodness_of_fit (output_path, overwrite, ndof) |
def | run_combine (workspace_path, output_path, do_full_fit, overwrite, log_path, ndof) |
Variables | |
tuple | parser |
tuple | args = parser.parse_args() |
def run_combine.fix_vars | ( | output_path | ) |
Definition at line 163 of file run_combine.py.
Referenced by run_combine().
def run_combine.goodness_of_fit | ( | output_path, | |
overwrite, | |||
ndof | |||
) |
Definition at line 183 of file run_combine.py.
Referenced by run_combine().
def run_combine.run_combine | ( | workspace_path, | |
output_path, | |||
do_full_fit, | |||
overwrite, | |||
log_path, | |||
ndof | |||
) |
Definition at line 238 of file run_combine.py.
References utils.cmsenv(), fix_vars(), utils.full_path(), goodness_of_fit(), run_exp_signif(), run_fit(), run_limit(), and run_obs_signif().
def run_combine.run_exp_signif | ( | output_path, | |
overwrite, | |||
log_path | |||
) |
Definition at line 50 of file run_combine.py.
Referenced by run_combine().
def run_combine.run_fit | ( | output_path, | |
overwrite, | |||
log_path | |||
) |
Definition at line 135 of file run_combine.py.
Referenced by run_combine().
def run_combine.run_limit | ( | output_path, | |
overwrite, | |||
log_path | |||
) |
Definition at line 80 of file run_combine.py.
Referenced by run_combine().
def run_combine.run_obs_signif | ( | output_path, | |
overwrite, | |||
log_path | |||
) |
Definition at line 20 of file run_combine.py.
Referenced by run_combine().
tuple run_combine.args = parser.parse_args() |
Definition at line 271 of file run_combine.py.
tuple run_combine.parser |
Definition at line 262 of file run_combine.py.