Herwig 7.3.0
|
Struct for all the info on an evolution partner. More...
#include <ShowerParticle.h>
Public Member Functions | |
EvolutionPartner (tShowerParticlePtr p, double w, ShowerPartnerType t, Energy s) | |
Constructor. | |
Public Attributes | |
tShowerParticlePtr | partner |
The partner. | |
double | weight |
Weight. | |
ShowerPartnerType | type |
Type. | |
Energy | scale |
The assoicated evolution scale. | |
Struct for all the info on an evolution partner.
Definition at line 67 of file ShowerParticle.h.
|
inline |
Constructor.
Definition at line 72 of file ShowerParticle.h.
tShowerParticlePtr Herwig::ShowerParticle::EvolutionPartner::partner |
The partner.
Definition at line 79 of file ShowerParticle.h.
Energy Herwig::ShowerParticle::EvolutionPartner::scale |
The assoicated evolution scale.
Definition at line 94 of file ShowerParticle.h.
ShowerPartnerType Herwig::ShowerParticle::EvolutionPartner::type |
Type.
Definition at line 89 of file ShowerParticle.h.
double Herwig::ShowerParticle::EvolutionPartner::weight |
Weight.
Definition at line 84 of file ShowerParticle.h.