|
__init__(self,
modelpath,
addon=' __1 ' )
load the model from a valid UFO directory (otherwise keep everything
as empty. |
source code
|
|
|
|
|
|
|
write_restrict_card(self,
outputdir)
propagate model restriction of the original model. |
source code
|
|
|
format_param(self,
param)
convert param to string in order to have it written correctly for the
UFO file |
source code
|
|
|
create_data_text(self,
obj)
create the data associate to the object |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
write_external_files(self,
outputdir)
Copy/merge the routines written in Fortran/C++/pyhton |
source code
|
|
|
|
|
add_parameter(self,
parameter,
identify_pid={ } )
wrapper to call the correct function |
source code
|
|
|
add_particle(self,
particle,
identify=None)
Add a particle in a consistent way |
source code
|
|
|
check_mass_width_of_particle(self,
p_base,
p_plugin) |
source code
|
|
|
|
|
add_internal_parameter(self,
parameter)
add a parameter of type internal |
source code
|
|
|
add_coupling(self,
coupling)
add one coupling |
source code
|
|
|
add_coupling_order(self,
coupling_order)
adding a new coupling order inside the model |
source code
|
|
|
add_lorentz(self,
lorentz)
add one coupling |
source code
|
|
|
|
|
|
|
add_model(self,
model=None,
path=None,
identify_particles=None)
add another model in the current one |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|