Package madgraph :: Package madweight :: Module particle_class :: Class propagator
[hide private]
[frames] | no frames]

Class propagator

source code

Particle --+
           |
          propagator

Instance Methods [hide private]
 
__init__(self, MG_num, pid, channel) source code
 
def_desintegation(self, obj)
define mother/child/twin relation: the two entry are the child object
source code
 
def_mass(self, info)
define mass and width of the particle
source code
 
__str__(self)
print lot of information
source code

Inherited from Particle: add_mother, all_mother, def_all_mother, def_twin, detect_neut_in_decay

Method Details [hide private]

__init__(self, MG_num, pid, channel)
(Constructor)

source code 
Overrides: Particle.__init__

def_mass(self, info)

source code 

define mass and width of the particle

Overrides: Particle.def_mass

__str__(self)
(Informal representation operator)

source code 

print lot of information

Overrides: Particle.__str__