|
__init__(self,
mc_hel)
x.__init__(...) initializes x; see help(type(x)) for signature |
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_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__
|