Package madgraph :: Package various :: Module sum_html :: Class Combine_results
[hide private]
[frames] | no frames]

Class Combine_results

source code

object --+    
         |    
      list --+
             |
object --+   |
         |   |
 OneResult --+
             |
            Combine_results

Instance Methods [hide private]
new list
__init__(self, name)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
add_results(self, name, filepath, mfactor=1)
read the data in the file
source code
 
compute_values(self)
compute the value associate to this combination
source code
 
compute_iterations(self)
Compute iterations to have a chi-square on the stability of the integral
source code
 
get_html(self, run, unit)
write html output
source code
 
write_results_dat(self, output_path) source code

Inherited from list: __add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, __sizeof__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from OneResult: change_iterations_number, read_results, set_mfactor

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

Class Variables [hide private]
  template_file = ' \n%(diagram_link)s\n <BR>\n&nbsp;&nbsp;&nbs...
  table_line_template = '\n<tr><td align=right>%(P_title)s</td>\...

Inherited from list: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: new list
Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

template_file

Value:
'''  
%(diagram_link)s
 <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>s= %(cross).5g &#177 %(error).3\
g (%(unit)s)</b><br><br>
<table class="sortable" id=\'tablesort\'>
<tr><th>Graph</th>
    <th> %(result_type)s</th>
...

table_line_template

Value:
'''
<tr><td align=right>%(P_title)s</td>
    <td align=right><a id="%(P_link)s" href=%(P_link)s onClick="check_\
link(\'%(P_link)s\',\'%(mod_P_link)s\',\'%(P_link)s\')"> %(cross)s </a\
> </td>
    <td align=right>  %(error)s</td>
    <td align=right>  %(events)s</td>
    <td align=right>  %(unweighted)s</td>
...