Herwig 7.3.0
|
typedef to pair the SudakovFormFactor and the particles in a branching More...
#include <ShowerConfig.h>
Public Member Functions | |
BranchingElement () | |
Constructor. | |
BranchingElement (SudakovPtr sud, IdList part) | |
Constructor. | |
~BranchingElement () | |
Destructor. | |
bool | operator== (const BranchingElement &x) const |
Compare two BranchingElements. | |
Public Attributes | |
SudakovPtr | sudakov |
Access to the Sudakov. | |
IdList | particles |
Access to the particles. | |
IdList | conjugateParticles |
Access to the charge conjugate particles. | |
typedef to pair the SudakovFormFactor and the particles in a branching
Definition at line 81 of file ShowerConfig.h.
|
inline |
Compare two BranchingElements.
Definition at line 116 of file ShowerConfig.h.
References conjugateParticles, particles, and sudakov.
IdList Herwig::BranchingElement::conjugateParticles |
Access to the charge conjugate particles.
Definition at line 111 of file ShowerConfig.h.
Referenced by operator==().
IdList Herwig::BranchingElement::particles |
SudakovPtr Herwig::BranchingElement::sudakov |