A simple vertex for the N-body diagram. More...
#include <PrototypeVertex.h>
Public Member Functions | |
NBVertex (PrototypeVertexPtr proto=PrototypeVertexPtr()) | |
Constructor taking a prototype vertex as the arguments. | |
Public Attributes | |
tPDPtr | incoming |
Incoming particle. | |
OrderedParticles | outgoing |
Outgoing particles. | |
list< pair< PDPtr, NBVertex > > | vertices |
The vertices. | |
VertexBasePtr | vertex |
The vertex. | |
A simple vertex for the N-body diagram.
Definition at line 328 of file PrototypeVertex.h.
tPDPtr Herwig::NBVertex::incoming |
Incoming particle.
Definition at line 338 of file PrototypeVertex.h.
Referenced by Herwig::operator<<(), Herwig::operator>>(), and Herwig::TBDiagram::TBDiagram().
|
mutable |
Outgoing particles.
Definition at line 343 of file PrototypeVertex.h.
Referenced by Herwig::operator<<(), Herwig::operator>>(), and Herwig::TBDiagram::TBDiagram().
VertexBasePtr Herwig::NBVertex::vertex |
The vertex.
Definition at line 353 of file PrototypeVertex.h.
Referenced by Herwig::operator<<(), Herwig::operator>>(), and Herwig::TBDiagram::TBDiagram().
The vertices.
Definition at line 348 of file PrototypeVertex.h.
Referenced by Herwig::operator<<(), Herwig::operator>>(), and Herwig::TBDiagram::TBDiagram().