thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
ThePEG::BlobMEBase::ColourConnection Struct Reference

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.
 

Detailed Description

Helper struct to represent colour connections.

Definition at line 40 of file BlobMEBase.h.

Member Function Documentation

◆ addAntiColour()

void ThePEG::BlobMEBase::ColourConnection::addAntiColour ( int  leg)
inline

Add a leg's anti-colour to the connection.

Definition at line 57 of file BlobMEBase.h.

References members.

◆ addColour()

void ThePEG::BlobMEBase::ColourConnection::addColour ( int  leg)
inline

Add a leg's colour to the connection.

Definition at line 50 of file BlobMEBase.h.

References members.

Member Data Documentation

◆ 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().


The documentation for this struct was generated from the following file: