Package madgraph :: Package madevent :: Module sum_html :: Class OneResult
[hide private]
[frames] | no frames]

Class OneResult

source code

object --+
         |
        OneResult
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, name)
Initialize all data
source code
 
read_results(self, filepath)
read results.dat and fullfill information
source code
 
parse_xml_results(self, xml)
Parse the xml part of the results.dat file.
source code
 
set_mfactor(self, value) source code
 
change_iterations_number(self, nb_iter)
Change the number of iterations for this process
source code
 
get(self, name) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 

Initialize all data

Overrides: object.__init__