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

Class external_part

source code

Particle --+
           |
          external_part

Instance Methods [hide private]
 
__init__(self, MG_num, pid) source code
 
is_invisible(self)
detect if the external particle is visible in the detector or not
source code
 
define_tf_width(self, W_p, W_eta, W_phi) source code
 
unaligned_propa(self, part, total=1)
compute the number of propa in common return the total number of propagator before the two particle (default) in addtion it can give the number of uncorelated propagator for the two particle (put total=0)
source code

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

Method Details [hide private]

__init__(self, MG_num, pid)
(Constructor)

source code 
Overrides: Particle.__init__