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
doublemass
Particle mass (GeV)
unsigned intspin2
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 2023-06-26 at 21:36:52 +0000