Package madgraph :: Package various :: Module gen_crossxhtml :: Class OneTagResults
[hide private]
[frames] | no frames]

Class OneTagResults

source code

object --+    
         |    
      dict --+
             |
            OneTagResults

Store the results of a specific run

Instance Methods [hide private]
new empty dictionary

__init__(self, run_name, run_card, path)
initialize the object
source code
 
update_status(self, level='all', nolevel=[])
update the status of the current run
source code
 
special_link(self, link, level, name) source code
 
double_link(self, link1, link2, name, id) source code
 
get_links(self, level)
Get the links for a given level
source code
 
get_nb_line(self) source code
 
get_html(self, runresults)
create the html output linked to the this tag RunResults is given in case of cross-section need to be taken from a previous run
source code
 
command_suggestion_html(self, command)
return html button with code suggestion
source code

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, __sizeof__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from dict: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, run_name, run_card, path)
(Constructor)

source code 

initialize the object

Returns:
new empty dictionary

Overrides: object.__init__