Thermal-FIST  1.3
Package for hadron resonance gas model applications
Public Member Functions | Public Attributes | List of all members
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. More...
 
const bool operator< (const QuantumNumbers &r) const
 

Public Attributes

int B
 Baryon number. More...
 
int Q
 Electric charge. More...
 
int S
 Strangeness. More...
 
int C
 Charm. More...
 

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

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

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

Definition at line 40 of file ThermalModelCanonical.h.

Member Data Documentation

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.


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