Package madgraph :: Package various :: 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(*args, **opt)
read results.dat and fullfill information
source code
 
set_mfactor(self, value) source code
 
change_iterations_number(self, nb_iter)
Change the number of iterations for this process
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__

read_results(*args, **opt)

source code 

read results.dat and fullfill information

Decorators:
  • @cluster.multiple_try(nb_try= 4, sleep= 5)