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)
find the path to a model
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_mod = logging.getLogger('madgraph.model')
  root_path = '/Users/omatt/Documents/eclipse/madgraph5/MG5_aMC_...
  logger = logging.getLogger('madgraph.model')
  pole_dict = {-2: '2EPS', -1: '1EPS', 0: 'FIN'}
  last_model_path = ''
  _import_once = []
  __package__ = 'models'
Variables Details [hide private]

root_path

Value:
'/Users/omatt/Documents/eclipse/madgraph5/MG5_aMC_v2_4_2/models'