Herwig 7.3.0
|
Struct for the elements of a mixing matrix. More...
#include <MixingMatrix.h>
Public Member Functions | |
MixingElement (unsigned int irow, unsigned int icol, Complex ivalue) | |
Constructor. | |
Public Attributes | |
unsigned int | row |
row | |
unsigned int | col |
column | |
Complex | value |
value | |
Struct for the elements of a mixing matrix.
Definition at line 35 of file MixingMatrix.h.
|
inline |
Constructor.
Definition at line 40 of file MixingMatrix.h.
unsigned int Herwig::MixingElement::col |
column
Definition at line 51 of file MixingMatrix.h.
unsigned int Herwig::MixingElement::row |
row
Definition at line 46 of file MixingMatrix.h.
Complex Herwig::MixingElement::value |
value
Definition at line 56 of file MixingMatrix.h.