Herwig 7.3.0
|
Struct to store colour singlets. More...
#include <KinematicsReconstructor.h>
Public Types | |
typedef vector< ColourSinglet< Value > > | VecType |
Public Member Functions | |
ColourSinglet (SystemType intype, Value inpart) | |
Public Attributes | |
SystemType | type |
The type of system. | |
vector< Value > | jets |
The jets in the system. | |
Struct to store colour singlets.
Definition at line 70 of file KinematicsReconstructor.h.
typedef vector<ColourSinglet<Value> > Herwig::ColourSinglet< Value >::VecType |
Definition at line 72 of file KinematicsReconstructor.h.
|
inline |
Definition at line 74 of file KinematicsReconstructor.h.
|
inline |
Definition at line 76 of file KinematicsReconstructor.h.
vector<Value> Herwig::ColourSinglet< Value >::jets |
The jets in the system.
Definition at line 87 of file KinematicsReconstructor.h.
SystemType Herwig::ColourSinglet< Value >::type |
The type of system.
Definition at line 82 of file KinematicsReconstructor.h.