ThePEG 2.3.0
|
Helper struct to represent colour connections. More...
#include <BlobMEBase.h>
Public Member Functions | |
void | addColour (int leg) |
Add a leg's colour to the connection. | |
void | addAntiColour (int leg) |
Add a leg's anti-colour to the connection. | |
string | write (size_t &sourceCount, bool sink) const |
Write out the connection to the colour lines string. | |
Public Attributes | |
vector< int > | members |
The members of the colour connection. | |
Helper struct to represent colour connections.
Definition at line 40 of file BlobMEBase.h.
|
inline |
Add a leg's anti-colour to the connection.
Definition at line 57 of file BlobMEBase.h.
References members.
|
inline |
Add a leg's colour to the connection.
Definition at line 50 of file BlobMEBase.h.
References members.
vector<int> ThePEG::BlobMEBase::ColourConnection::members |
The members of the colour connection.
Definition at line 45 of file BlobMEBase.h.
Referenced by addAntiColour(), and addColour().