Package models :: Module import_ufo
[hide private]
[frames] | no frames]

Module import_ufo

source code

How to import a UFO model to the MG5 format

Classes [hide private]
  UFOImportError
a error class for wrong import of UFO model
  InvalidModel
a class for invalid Model
  UFOMG5Converter
Convert a UFO model to the MG5 format
  OrganizeModelExpression
Organize the couplings/parameters of a model
  RestrictModel
A class for restricting a model for a given param_card.
Functions [hide private]
 
find_ufo_path(model_name, web_search=True)
find the path to a model
source code
 
get_model_db()
return the file with the online model database
source code
 
import_model_from_db(model_name, local_dir=False)
import the model with a given name
source code
 
import_model(model_name, decay=False, restrict=True, prefix='mdl_', complex_mass_scheme=None)
a practical and efficient way to import a model
source code
 
import_full_model(model_path, decay=False, prefix='')
a practical and efficient way to import one of those models (no restriction file use)
source code
Variables [hide private]
  logger = logging.getLogger('madgraph.model')
  logger_mod = logging.getLogger('madgraph.model')
  root_path = '/Users/omattelaer/Documents/workspace/madgraph5/M...
  pole_dict = {-2: '2EPS', -1: '1EPS', 0: 'FIN'}
  last_model_path = ''
  _import_once = []
  __package__ = 'models'
Variables Details [hide private]

root_path

Value:
'/Users/omattelaer/Documents/workspace/madgraph5/MG5_aMC_v2_6_5/models\
'