PYTHIA
8.312
|
#include <ColourReconnection.h>
Public Member Functions | |
ColourDipole (int colIn=0, int iColIn=0, int iAcolIn=0, int colReconnectionIn=0, bool isJunIn=false, bool isAntiJunIn=false, bool isActiveIn=true, bool isRealIn=false) | |
Constructor. | |
double | mDip (Event &event) |
void | list () const |
Printing function, mainly intended for debugging. More... | |
Public Attributes | |
int | col |
Members. | |
int | iCol |
int | iAcol |
int | iColLeg |
int | iAcolLeg |
int | colReconnection |
bool | isJun |
bool | isAntiJun |
bool | isActive |
bool | isReal |
bool | printed |
weak_ptr< ColourDipole > | leftDip {} |
weak_ptr< ColourDipole > | rightDip {} |
vector< weak_ptr< ColourDipole > > | colDips |
vector< weak_ptr< ColourDipole > > | acolDips |
double | p1p2 |
Pythia8::Vec4 | dipoleMomentum |
Information for caching dipole momentum. | |
int | ciCol {-1} |
int | ciAcol {-1} |
bool | pCalculated {false} |
long | index {0} |
Contain a single colour chain. It always start from a quark and goes to an anti quark or from an anti-junction to at junction (or possible combinations).
void list | ( | ) | const |
Printing function, mainly intended for debugging.
The ColourDipole class.
Printing function, intended for debugging.