|
|
__init__(self,
input_file,
output_file,
start_event=0,
stop_event=9223372036854775807,
write_banner=False,
mur=[0.5, 1, 2],
muf=[0.5, 1, 2],
alps=[1],
pdf='errorset',
dyn=[-1, 1, 2, 3, 4],
together=[('mur', 'muf', 'dyn')],
lhapdf_config=None,
log=<function <lambda> at 0x103cd0488>)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
print_cross_sections(self,
all_cross,
nb_event,
stdout)
print the cross-section. |
source code
|
|
|
|
write_banner(self,
fsock)
create the new banner with the information of the weight |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_lo_wgt(self,
event,
Dmur,
Dmuf,
Dalps,
dyn,
pdf)
pdf is a lhapdf object! |
source code
|
|
|
|
get_nlo_wgt(self,
event,
Dmur,
Dmuf,
Dalps,
dyn,
pdf)
return the new weight for NLO event --with weight information-- |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|