![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Struct containing a set of quantum numbers: Baryon number, electric charge, strangeness, and charm. More...
#include <ThermalModelCanonical.h>
Public Member Functions | |
| QuantumNumbers (int iB=0, int iQ=0, int iS=0, int iC=0) | |
| Construct a new QuantumNumbers object. | |
| const bool | operator< (const QuantumNumbers &r) const |
Public Attributes | |
| int | B |
| Baryon number. | |
| int | Q |
| Electric charge. | |
| int | S |
| Strangeness. | |
| int | C |
| Charm. | |
Struct containing a set of quantum numbers: Baryon number, electric charge, strangeness, and charm.
Definition at line 23 of file ThermalModelCanonical.h.
|
inline |
Construct a new QuantumNumbers object.
| iB | Baryon number |
| iQ | Electric charge |
| iS | Strangeness |
| iC | Charm |
Definition at line 38 of file ThermalModelCanonical.h.
|
inline |
Definition at line 40 of file ThermalModelCanonical.h.
| int thermalfist::QuantumNumbers::B |
Baryon number.
Definition at line 25 of file ThermalModelCanonical.h.
| int thermalfist::QuantumNumbers::C |
Charm.
Definition at line 28 of file ThermalModelCanonical.h.
| int thermalfist::QuantumNumbers::Q |
Electric charge.
Definition at line 26 of file ThermalModelCanonical.h.
| int thermalfist::QuantumNumbers::S |
Strangeness.
Definition at line 27 of file ThermalModelCanonical.h.