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

Contains properties of non-QCD particles such as photons and leptons. More...

Functions

const ThermalParticleParticle (int id)
 
const ThermalParticleParticleByPdg (long long pdg)
 
int PdgToId (long long pdg)
 
bool Init ()
 
std::string NameByPdg (long long pdg)
 

Detailed Description

Contains properties of non-QCD particles such as photons and leptons.

Function Documentation

◆ Init()

bool thermalfist::ExtraParticles::Init ( )

Definition at line 49 of file ExtraParticles.cpp.

◆ NameByPdg()

std::string thermalfist::ExtraParticles::NameByPdg ( long long pdg)

Definition at line 111 of file ExtraParticles.cpp.

◆ Particle()

const ThermalParticle & thermalfist::ExtraParticles::Particle ( int id)

Definition at line 27 of file ExtraParticles.cpp.

◆ ParticleByPdg()

const ThermalParticle & thermalfist::ExtraParticles::ParticleByPdg ( long long pdg)

Definition at line 34 of file ExtraParticles.cpp.

◆ PdgToId()

int thermalfist::ExtraParticles::PdgToId ( long long pdg)

Definition at line 42 of file ExtraParticles.cpp.