feynlag.pheno.calculator.DecayChannel¶
- class feynlag.pheno.calculator.DecayChannel(parent, children, width, vertex=None, color_factor=1, symmetry_factor=1)[source]¶
One two-body channel and its partial width.
- Parameters:
- parent¶
the decaying field symbol.
- Type:
- width¶
the symbolic partial width.
- Type:
- vertex¶
the
DecayVertexbehind it.- Type:
- color_factor¶
colour multiplicity applied (
N_c, default 1).- Type:
- symmetry_factor¶
1/2for identical daughters, else 1.- Type:
- __init__(parent, children, width, vertex=None, color_factor=1, symmetry_factor=1)¶
Methods
__init__(parent, children, width[, vertex, ...])Attributes