Thermal-FIST 1.5
Package for hadron resonance gas model applications
Loading...
Searching...
No Matches
thermalfist::QuantumNumbers Struct Reference

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.
 

Detailed Description

Struct containing a set of quantum numbers: Baryon number, electric charge, strangeness, and charm.

Definition at line 23 of file ThermalModelCanonical.h.

Constructor & Destructor Documentation

◆ QuantumNumbers()

thermalfist::QuantumNumbers::QuantumNumbers ( int iB = 0,
int iQ = 0,
int iS = 0,
int iC = 0 )
inline

Construct a new QuantumNumbers object.

Parameters
iBBaryon number
iQElectric charge
iSStrangeness
iCCharm

Definition at line 38 of file ThermalModelCanonical.h.

Member Function Documentation

◆ operator<()

const bool thermalfist::QuantumNumbers::operator< ( const QuantumNumbers & r) const
inline

Definition at line 40 of file ThermalModelCanonical.h.

Member Data Documentation

◆ B

int thermalfist::QuantumNumbers::B

Baryon number.

Definition at line 25 of file ThermalModelCanonical.h.

◆ C

int thermalfist::QuantumNumbers::C

Charm.

Definition at line 28 of file ThermalModelCanonical.h.

◆ Q

int thermalfist::QuantumNumbers::Q

Electric charge.

Definition at line 26 of file ThermalModelCanonical.h.

◆ S

int thermalfist::QuantumNumbers::S

Strangeness.

Definition at line 27 of file ThermalModelCanonical.h.


The documentation for this struct was generated from the following file: