7 """ Hold information about XYZ 29 self.
xyz = {0:
"X", 1:
"Y", 2:
"Z"}
33 self.
xyz = {0:
"#alpha", 1:
"#beta", 2:
"#gamma"}
37 self.
xyz = {0:
"A", 1:
"B", 2:
"C"}
43 """ information out of the pede.dump.gz file 67 print "Peak dynamic memory allocation: {0} GB".
format(self.
memory)
69 print "Number of records: {0}".
format(self.
nrec)
70 print "Total number of parameters: {0}".
format(self.
ntgb)
71 print "Number of variable parameters: {0}".
format(self.
nvgb)
78 """ information out of the monitor root files 82 def __init__(self, name, ntracks, weight = None):
86 self.monitors.append(self)
90 """ stores the information about the data which should be part of the Output 93 def __init__(self, plottype="", name="", number="", parameter="", filename=""):
def __init__(self, name, ntracks, weight=None)
Classes which are needed by the mps_validate.py file.
def __init__(self, plottype="", name="", number="", parameter="", filename="")