|
|
|
organize_particle_content(self,
param_card,
tf_file)
define production area and organize all the needed information |
source code
|
|
|
import_ext_part(self,
dir_file)
read leshouches.inc information |
source code
|
|
|
import_process(self,
dir_file,
config)
definis le diagramme soit via un fichier, soit via un autre diagram |
source code
|
|
|
define_parameter(self,
param_card)
define mass+width of all particle |
source code
|
|
|
define_tf_width(self,
file)
assign width of the TF function for all external particle |
source code
|
|
|
define_neutrino_stuff(self)
put all neutrino dependent variable |
source code
|
|
|
find_num_neut_decay(self)
find the number of neutrino in the decay chain for each propa |
source code
|
|
|
detect_invisible_propa(self)
detect propagator decaying in fully invisible particle and treat this
case |
source code
|
|
|
define_twin(self)
not use anymore: define the twin for all particle in the diagram |
source code
|
|
|
|
|
check_decay(self,
particle_list,
decay_list)
check if the Particle_list is equivalent to the Decay_list if not return the list of correct Particle |
source code
|
|
|
detect_non_resonant_area(self)
detect the non resonant part of the diagram |
source code
|
|
|
tag_unaligned(self,
unaligned)
store information that this propagator cann't be generated following
BW restore the other propagator |
source code
|
|
|
clear_solution(self)
supress all data from the solution in order to restart a new solution
possibility |
source code
|
|
|
define_Constraint_sector(self)
define the constraint sector and the different blob |
source code
|
|
|
define_ECS_as_solution(self,
ECS_list)
define ECS for a new (or a list) of new solution(s) for the ECS
change of variable |
source code
|
|
|
select_ECS(self,
ECS_list,
define_solution=1)
select the best(s) ECS (minimizing unfactorized propagator
define solution if define==1 |
source code
|
|
|
find_ECS_0neut(self,
force=0)
find ECS containing no neutrino |
source code
|
|
|
find_ECS_1neut(self)
find the lowest(s) neutrino and define ECS |
source code
|
|
|
|
|
find_lowest_particle(self,
neutrino=1,
lowest_level=0,
out_num=2)
find the one/two lowest (lower level) neutrino/particle, if the are
ambiguity return more than two |
source code
|
|
|
solve_blob_sector(self)
resolve the change of variable for blob |
source code
|
|
|
set_option(self,
info=' default ' )
store the different option linked to the generation of this
MG_diagram |
source code
|
|
|
|
|
output_type_info(self)
return output containing the number of
muon/electron/jet/bjet/invisible_part |
source code
|
|
Inherited from substructure_class.diagram :
add_content ,
contains_particle ,
define_level ,
define_neut_content ,
order_in_level
|