The NBDiagram struct contains information about a \(1\to n\) decay that has been automatically generated. More...
#include <PrototypeVertex.h>
Public Member Functions | |
NBDiagram (PrototypeVertexPtr proto=PrototypeVertexPtr()) | |
Constructor taking a prototype vertex as the arguments. | |
Public Member Functions inherited from Herwig::NBVertex | |
NBVertex (PrototypeVertexPtr proto=PrototypeVertexPtr()) | |
Constructor taking a prototype vertex as the arguments. | |
Public Attributes | |
vector< unsigned int > | channelType |
The type of channel. | |
vector< CFPair > | colourFlow |
Store colour flow at \(N_c=3\) information. | |
vector< CFPair > | largeNcColourFlow |
Store colour flow at \(N_c=\infty\) information. | |
Public Attributes inherited from Herwig::NBVertex | |
tPDPtr | incoming |
Incoming particle. | |
OrderedParticles | outgoing |
Outgoing particles. | |
list< pair< PDPtr, NBVertex > > | vertices |
The vertices. | |
VertexBasePtr | vertex |
The vertex. | |
The NBDiagram struct contains information about a \(1\to n\) decay that has been automatically generated.
Definition at line 360 of file PrototypeVertex.h.
vector<unsigned int> Herwig::NBDiagram::channelType |
The type of channel.
Definition at line 369 of file PrototypeVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().
|
mutable |
Store colour flow at \(N_c=3\) information.
Definition at line 372 of file PrototypeVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().
|
mutable |
Store colour flow at \(N_c=\infty\) information.
Definition at line 375 of file PrototypeVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().