Package madgraph :: Package madevent :: Module combine_grid :: Class grid_information
[hide private]
[frames] | no frames]

Class grid_information

source code

object --+
         |
        grid_information

Instance Methods [hide private]
 
__init__(self, mc_hel)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
convert_to_number(self, value) source code
 
add_one_grid_information(self, path) source code
 
add_results_information(self, path) source code
 
write_grid_for_submission(self, Pdir, G, n_split, nb_events, mode='survey', conservative_factor=1.0)
Generate the grid for the resubmission
source code
 
write_associate_grid(self, path, nb_event, conservative_factor=1.0, mode='survey')
use the grid information to create the grid associate
source code
 
get_max_wgt(self, trunc_max=0.01)
Compute the force max weight for the secondary unweighting This correspond to the weight which allow "trunc_max" (1%) of the event to have a weight larger than one.
source code
 
get_nunwgt(self, max_wgt=-1)
return an estimate of the number of unweighted events for a given weight
source code
 
plot_grid(self, grid, var=0)
make a plot of the grid.
source code
 
get_cross_section(self)
return the cross-section error
source code
 
get_new_grid(self) source code
 
get_new_grid_for_var(self, var)
return the combine grid for a given variable
source code

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

Class Variables [hide private]
  start = -1
  stop = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, mc_hel)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)