ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
Functions | Variables
underflow Namespace Reference

Functions

def fullPath (path)
 
def ensureDir (path)
 
def Underflow (nbins, bin_yield)
 

Variables

tuple parser
 
tuple args = parser.parse_args()
 

Function Documentation

def underflow.ensureDir (   path)

Definition at line 12 of file underflow.py.

def underflow.fullPath (   path)

Definition at line 9 of file underflow.py.

def underflow.Underflow (   nbins,
  bin_yield 
)

Definition at line 19 of file underflow.py.

Variable Documentation

tuple underflow.args = parser.parse_args()

Definition at line 52 of file underflow.py.

tuple underflow.parser
Initial value:
1 = argparse.ArgumentParser(description="Create datacard with large number of high-yield bins designed to cause underflow when fit in combine.",
2  formatter_class=argparse.ArgumentDefaultsHelpFormatter)

Definition at line 48 of file underflow.py.