CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Variables
errorMatrix2Lands.py File Reference

Go to the source code of this file.

Namespaces

 errorMatrix2Lands
 

Variables

dictionary errorMatrix2Lands.data = {}
 
tuple errorMatrix2Lands.file = open(args[0], "r")
 
string errorMatrix2Lands.filename = "%s-%s-mH%s.txt"
 
tuple errorMatrix2Lands.fout = open(filename, "w")
 
tuple errorMatrix2Lands.header = file.readline()
 
list errorMatrix2Lands.indices = [isig]
 
tuple errorMatrix2Lands.l = l.replace("---","0")
 
tuple errorMatrix2Lands.m = re.match(r"(\d+) Yield\s+((\d+\.?\d*(E[+\-]\d+)?\s+)+)", l)
 
tuple errorMatrix2Lands.mh = m.group(1)
 
tuple errorMatrix2Lands.mhs = data.keys()
 
list errorMatrix2Lands.models = [ 'SM', '4G' ]
 
tuple errorMatrix2Lands.nproc = len(syseff)
 
tuple errorMatrix2Lands.parser = OptionParser()
 
tuple errorMatrix2Lands.processnames = header.split()
 
list errorMatrix2Lands.syseff = [float(x) for x in m.group(2).split()]
 
tuple errorMatrix2Lands.sysname = m.group(1)
 
list errorMatrix2Lands.yields = [float(x) for x in m.group(2).split()]