![]() |
Thermal-FIST 1.5
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"#include "HRGBase/ExtraParticles.h"Go to the source code of this file.
Namespaces | |
| namespace | thermalfist |
| The main namespace where all classes and functions of the Thermal-FIST library reside. | |
| namespace | thermalfist::CuteHRGHelper |
| Contains several helper routines. | |
| namespace | thermalfist::DecayLifetimes |
| Contains decay lifetimes needed for propagation in Monte Carlo. | |
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) |
| double | thermalfist::DecayLifetimes::GetLifetime (long long pdg) |
Variables | |
| map< long long, double > | thermalfist::DecayLifetimes::lifetimes |
| map< long long, double > | thermalfist::DecayLifetimes::widths |