Herwig 7.3.0
|
Struct for the prototype of a two-body decay mode. More...
#include <TwoBodyDecay.h>
Public Member Functions | |
TwoBodyDecay (tPDPtr pa, tPDPtr pb, tPDPtr pc, tVertexBasePtr vertex) | |
Constructor. | |
Public Attributes | |
tPDPtr | parent_ |
The parent. | |
tPDPair | children_ |
The children. | |
tVertexBasePtr | vertex_ |
Vertex. | |
Struct for the prototype of a two-body decay mode.
Definition at line 22 of file TwoBodyDecay.h.
|
inline |
Constructor.
pa | Decaying particle |
pb | First decay product |
pc | Second decay product |
Definition at line 32 of file TwoBodyDecay.h.
References children_.
tPDPair Herwig::TwoBodyDecay::children_ |
The children.
Definition at line 53 of file TwoBodyDecay.h.
Referenced by Herwig::operator<(), and TwoBodyDecay().
tPDPtr Herwig::TwoBodyDecay::parent_ |
tVertexBasePtr Herwig::TwoBodyDecay::vertex_ |
Vertex.
Definition at line 58 of file TwoBodyDecay.h.