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

Class DGLoopLeg

source code

                 object --+            
                          |            
                       dict --+        
                              |        
core.base_objects.PhysicsObject --+    
                                  |    
              core.base_objects.Leg --+
                                      |
                                     DGLoopLeg

A class only used during the loop diagram generation. Exactly like leg except for a few other parameters only useful during the loop diagram generation.

Nested Classes [hide private]

Inherited from core.base_objects.PhysicsObject: PhysicsObjectError

Instance Methods [hide private]
new empty dictionary

__init__(self, argument=None)
Allow for initializing a DGLoopLeg of a Leg
source code
 
default_setup(self)
Default values for all 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
 
convert_to_leg(self)
Converts a DGLoopLeg back to a Leg.
source code

Inherited from core.base_objects.Leg: __lt__, is_fermion, is_incoming_fermion, is_outgoing_fermion, same

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

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __gt__, __iter__, __le__, __len__, __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__

Class Variables [hide private]

Inherited from dict: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, argument=None)
(Constructor)

source code 

Allow for initializing a DGLoopLeg of a Leg

Returns:
new empty dictionary

Overrides: object.__init__

default_setup(self)

source code 

Default values for all 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

convert_to_leg(self)

source code 

Converts a DGLoopLeg back to a Leg. Basically removes the extra attributes