|
ThePEG
1.8.0
|
This class is used internally in the Particle class to represent information besides momentum and type. More...
#include <Particle.h>
Public Member Functions | |
| ParticleRep () | |
| Default constructor. | |
| ParticleRep (const ParticleRep &) | |
| Copy constructor. | |
Public Attributes | |
| tParticleVector | theParents |
| The pointers to the parents. | |
| ParticleVector | theChildren |
| The pointers to the children. | |
| tPPtr | thePrevious |
| The pointer to the previous instance. | |
| PPtr | theNext |
| The pointer to the next instance. | |
| tDMPtr | theDecayMode |
| If this particle has decayed this is the pointer to the corresponding decay mode. | |
| tStepPtr | theBirthStep |
| The pointer to the first step where this particle occurred. | |
| LorentzPoint | theVertex |
| The creation point. | |
| Lorentz5Distance | theLifeLength |
| The life time/length. | |
| Energy2 | theScale |
| the resolution scale. | |
| Energy2 | theVetoScale |
| the veto scale. | |
| int | theNumber |
| The order-number for this particle in the current event. | |
| CBPtr | theColourInfo |
| A pointer to the colour information object. | |
| SpinPtr | theSpinInfo |
| Spin information. | |
| EIVector | theExtraInfo |
| Additional used-defined information. | |
This class is used internally in the Particle class to represent information besides momentum and type.
A corresponding object will only be instantiated if needed to save memory and time when temporarily creating particles.
Definition at line 1025 of file Particle.h.
1.8.9.1