|
__init__(self,
TF_data,
MW_sub)
TF_input: object of class TF_with_particles containing all the
information of TF_param.dat MW_sub: string of the name of the MW
subprocess in which we are going to work |
source code
|
|
|
charge_particle_content(self)
find the ingoing and outgoing particles for this Subprocess store
this information in self.particles=[list of PID] return the
dictionary |
source code
|
|
|
|
|
block_for_thispid(self,
pid)
find in which TF, the particle pid is if it is delta return 0 if it's
a invisible particles return -1 |
source code
|
|
|
write_transfer_function_file(self)
write transfer_function.f file for the specific subprocesses |
source code
|
|
|
text_get_central_point(self)
return the get_centralPoint function in a unformated text (need to
pass in mod_file for comment, and to f77_format |
source code
|
|
|
text_transfer_fct(self)
return the transfer_fct function in a unformated text (need to pass
in mod_file for comment, and to f77_format |
source code
|
|
|
text_tf_E_for_part(self)
return the different tf_E_for_XX function in a unformated text (need
to pass in mod_file for comment, and to f77_format |
source code
|
|
|
text_tf_E_for_one_part(self,
i)
return the different tf_E_for_XX function in a unformated text (need
to pass in mod_file for comment, and to f77_format |
source code
|
|