9 #ifndef ThePEG_ColourLines_H
10 #define ThePEG_ColourLines_H
13 #include "ThePEG/Config/ThePEG.h"
28 typedef vector<pair<int,int> >
Line;
vector< pair< int, int > > Line
A single colour line.
Define the base class from which all (polymorphic) classes in ThePEG are derived. ...
vector< ColinePtr > Vertex
A vector of ColourLine.
This is the main namespace within which all identifiers in ThePEG are declared.
void reset(string s)
Reset this ColourLines object.
ColourLines()
Default constructor.
vector< Line > LineVector
A vector of colour lines.
void connect(const tPVector &partons) const
Create the corresponding ColourLines and connect the given partons.
vector< Vertex > VertexVector
A vector of vertices.
The ColourLines class defines the colour flow in a SubProcess.
vector< tPPtr > tPVector
A vector of transient pointers to Particle objects.
LineVector theLines
The vector of colour lines.