struct Gambit::DarkBit::TH_ParticleProperty
A container for the mass and spin of a particle.
#include <ProcessCatalog.hpp>
Public Functions
Name | |
---|---|
TH_ParticleProperty(double mass, unsigned int spin2) Constructor. |
Public Attributes
Name | |
---|---|
double | mass Particle mass (GeV) |
unsigned int | spin2 Twice the spin of the particle. |
Public Functions Documentation
function TH_ParticleProperty
TH_ParticleProperty(
double mass,
unsigned int spin2
)
Constructor.
Public Attributes Documentation
variable mass
double mass;
Particle mass (GeV)
variable spin2
unsigned int spin2;
Twice the spin of the particle.
Updated on 2024-07-18 at 13:53:31 +0000