ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
Functions | Variables
run_combine Namespace Reference

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()
 

Function Documentation

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 
)
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().

Variable Documentation

tuple run_combine.args = parser.parse_args()

Definition at line 271 of file run_combine.py.

tuple run_combine.parser
Initial value:
1 = argparse.ArgumentParser(description="Runs combine to find significance, limits, and best fit parameter values",
2  formatter_class=argparse.ArgumentDefaultsHelpFormatter)

Definition at line 262 of file run_combine.py.