Thermal-FIST
1.3
Package for hadron resonance gas model applications
|
#include "HRGBase/ThermalParticleSystem.h"
#include <fstream>
#include <algorithm>
#include <queue>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <set>
#include <cmath>
#include <cstdlib>
#include "HRGBase/Utility.h"
Go to the source code of this file.
Namespaces | |
thermalfist | |
The main namespace where all classes and functions of the Thermal-FIST library reside. | |
thermalfist::CuteHRGHelper | |
Contains several helper routines. | |
thermalfist::ExtraParticles | |
Contains properties of non-QCD particles such as photons and leptons. | |
Functions | |
std::vector< std::string > & | thermalfist::CuteHRGHelper::split (const std::string &s, char delim, std::vector< std::string > &elems) |
std::vector< std::string > | thermalfist::CuteHRGHelper::split (const std::string &s, char delim) |
void | thermalfist::CuteHRGHelper::cutDecayDistributionsVector (std::vector< std::pair< double, std::vector< int > > > &vect, int maxsize=1000) |
const ThermalParticle & | thermalfist::ExtraParticles::Particle (int id) |
const ThermalParticle & | thermalfist::ExtraParticles::ParticleByPdg (long long pdg) |
int | thermalfist::ExtraParticles::PdgToId (long long pdg) |
bool | thermalfist::ExtraParticles::Init () |
std::string | thermalfist::ExtraParticles::NameByPdg (long long pdg) |