Package madgraph :: Package loop :: Module loop_base_objects :: Class LoopModel
[hide private]
[frames] | no frames]

Class LoopModel

source code

                 object --+            
                          |            
                       dict --+        
                              |        
core.base_objects.PhysicsObject --+    
                                  |    
            core.base_objects.Model --+
                                      |
                                     LoopModel
Known Subclasses:

A class to store all the model information with advanced feature to compute loop process.

Nested Classes [hide private]

Inherited from core.base_objects.PhysicsObject: PhysicsObjectError

Instance Methods [hide private]
new empty dictionary

__init__(self, *args, **opts)
Make sure to copy over the attribute map_CTcoup_CTparam if the first instance used is a LoopModel
source code
 
actualize_dictionaries(self, useUVCT=False)
This function actualizes the dictionaries
source code
 
default_setup(self)
Function called to create and setup default values for all object properties
source code
 
filter(self, name, value)
Filter for model property values
source code
 
get_sorted_keys(self)
Return process property names as a nicely sorted list.
source code

Inherited from core.base_objects.Model: add_param, change_electroweak_mode, change_mass_to_complex_scheme, change_parameter_name_with_prefix, check_majoranas, create_lorentz_dict, create_name2part, get, get_coupling_orders, get_first_non_pdg, get_interaction, get_lorentz, get_max_WEIGHTED, get_nflav, get_order_hierarchy, get_parameter, get_particle, get_particles_hierarchy, pass_particles_name_in_mg_default, reset_dictionaries, set, write_param_card

Inherited from core.base_objects.PhysicsObject: __getitem__, __repr__, __str__, is_valid_prop

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __setitem__, __sizeof__, clear, copy, fromkeys, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values, viewitems, viewkeys, viewvalues

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __setattr__, __subclasshook__

Static Methods [hide private]

Inherited from core.base_objects.Model: load_default_name

Class Variables [hide private]

Inherited from core.base_objects.Model: mg5_name

Inherited from dict: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **opts)
(Constructor)

source code 

Make sure to copy over the attribute map_CTcoup_CTparam if the first instance used is a LoopModel

Returns:
new empty dictionary

Overrides: object.__init__

actualize_dictionaries(self, useUVCT=False)

source code 

This function actualizes the dictionaries

Overrides: core.base_objects.Model.actualize_dictionaries

default_setup(self)

source code 

Function called to create and setup default values for all object properties

Overrides: core.base_objects.PhysicsObject.default_setup
(inherited documentation)

filter(self, name, value)

source code 

Filter for model property values

Overrides: core.base_objects.PhysicsObject.filter

get_sorted_keys(self)

source code 

Return process property names as a nicely sorted list.

Overrides: core.base_objects.PhysicsObject.get_sorted_keys