|
__init__(self,
path,
mode=' r ' ,
*args,
**opt)
open file and read the banner [if in read mode] |
source code
|
|
|
|
|
|
|
|
|
|
|
unweight(self,
outputpath,
get_wgt=None,
max_wgt=0,
trunc_error=0,
event_target=0,
log_level=20)
unweight the current file according to wgt information wgt. |
source code
|
|
|
apply_fct_on_event(self,
*fcts,
**opts)
apply one or more fct on all event. |
source code
|
|
|
update_Hwu(self,
hwu,
fct,
name=' lhe ' ,
keep_wgt=True) |
source code
|
|
|
create_syscalc_data(self,
out_path,
pythia_input=None)
take the lhe file and add the matchscale from the pythia_input file |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|