|
|
|
load_model(self)
load the different of the model first particles then interactions |
source code
|
|
|
|
|
add_merge_lorentz(self,
names)
add a lorentz structure which is the sume of the list given above |
source code
|
|
|
add_particle(self,
particle_info)
convert and add a particle in the particle list |
source code
|
|
|
treat_couplings(self,
couplings,
all_CTparameters)
This function scan each coupling to see if it contains a CT parameter. |
source code
|
|
|
add_CTinteraction(self,
interaction,
color_info)
Split this interaction in order to call add_interaction for
interactions for each element of the loop_particles list. |
source code
|
|
|
find_color_anti_color_rep(self,
output=None)
find which color are in the 3/3bar states |
source code
|
|
|
detect_incoming_fermion(self)
define which fermion should be incoming for that we look at F F~ X
interactions |
source code
|
|
|
add_interaction(self,
interaction_info,
color_info,
type=' base ' ,
loop_particles=None)
add an interaction in the MG5 model. |
source code
|
|
|
get_sign_flow(self,
flow,
nb_fermion)
ensure that the flow of particles/lorentz are coherent with flow and
return a correct version if needed |
source code
|
|
|
add_lorentz(self,
name,
spins,
expr,
formfact=None)
Add a Lorentz expression which is not present in the UFO |
source code
|
|
|
treat_color(self,
data_string,
interaction_info,
color_info)
convert the string to ColorString |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|