ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
scan_aggregate.py File Reference

Go to the source code of this file.

Namespaces

 scan_aggregate
 

Functions

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

Variables

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