ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
Functions | Variables
scan_aggregate Namespace Reference

Functions

def GetRegex (name)
 
def GetParams (name)
 
def GetLimit (filename)
 
def GetSignificance (filename)
 

Variables

tuple parser = argparse.ArgumentParser(description="Extracts binning parameters, limits, and significance from a single (aggregate) bin workspace")
 
tuple args = parser.parse_args()
 
tuple params = GetParams(args.file)
 
tuple origdir = os.getcwd()
 
tuple workdir = tempfile.mkdtemp()
 
tuple name = os.path.basename(args.file)
 
tuple limit = GetLimit(os.path.join(workdir, "higgsCombineTest.Asymptotic.mH120.root"))
 
tuple signif = GetSignificance(os.path.join(workdir, "higgsCombineTest.ProfileLikelihood.mH120.root"))
 
string result = " "
 

Function Documentation

def scan_aggregate.GetLimit (   filename)

Definition at line 30 of file scan_aggregate.py.

def scan_aggregate.GetParams (   name)

Definition at line 15 of file scan_aggregate.py.

References GetRegex().

def scan_aggregate.GetRegex (   name)

Definition at line 12 of file scan_aggregate.py.

Referenced by GetParams().

def scan_aggregate.GetSignificance (   filename)

Definition at line 38 of file scan_aggregate.py.

Variable Documentation

tuple scan_aggregate.args = parser.parse_args()

Definition at line 50 of file scan_aggregate.py.

tuple scan_aggregate.limit = GetLimit(os.path.join(workdir, "higgsCombineTest.Asymptotic.mH120.root"))

Definition at line 63 of file scan_aggregate.py.

Referenced by main().

tuple scan_aggregate.name = os.path.basename(args.file)
tuple scan_aggregate.origdir = os.getcwd()

Definition at line 54 of file scan_aggregate.py.

tuple scan_aggregate.params = GetParams(args.file)

Definition at line 52 of file scan_aggregate.py.

Referenced by main().

tuple scan_aggregate.parser = argparse.ArgumentParser(description="Extracts binning parameters, limits, and significance from a single (aggregate) bin workspace")

Definition at line 47 of file scan_aggregate.py.

string scan_aggregate.result = " "

Definition at line 71 of file scan_aggregate.py.

Referenced by execute(), and ExtractNumber().

tuple scan_aggregate.signif = GetSignificance(os.path.join(workdir, "higgsCombineTest.ProfileLikelihood.mH120.root"))

Definition at line 64 of file scan_aggregate.py.

Referenced by GetSignif(), and main().

tuple scan_aggregate.workdir = tempfile.mkdtemp()

Definition at line 55 of file scan_aggregate.py.