|
PYTHIA
8.316
|
#include <ColourReconnection.h>
Public Member Functions | |
| ColourJunction (const Junction &ju) | |
| ColourJunction (const ColourJunction &ju) | |
| ColourJunction & | operator= (const ColourJunction &ju) |
| ColourDipolePtr | getColDip (int i) |
| void | setColDip (int i, ColourDipolePtr dip) |
| void | list () const |
| The ColourJunction class. More... | |
Public Member Functions inherited from Junction | |
| Junction () | |
| Constructors. | |
| Junction (int kindIn, int col0In, int col1In, int col2In) | |
| Junction (const Junction &ju) | |
| Junction & | operator= (const Junction &ju) |
| void | remains (bool remainsIn) |
| Set values. | |
| void | col (int j, int colIn) |
| void | cols (int j, int colIn, int endColIn) |
| void | endCol (int j, int endColIn) |
| void | status (int j, int statusIn) |
| bool | remains () const |
| Read out value. | |
| int | kind () const |
| int | col (int j) const |
| int | endCol (int j) const |
| int | status (int j) const |
Public Attributes | |
| ColourDipolePtr | dips [3] |
| ColourDipolePtr | dipsOrig [3] |
Junction class. In addition to the normal junction class, also contains a list of dipoles connected to it.
| void list | ( | ) | const |
The ColourJunction class.
Printing function, intended for debugging.
1.8.11