![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
#include "HRGEventGenerator/EventGeneratorBase.h"
#include <functional>
#include <algorithm>
#include <stdexcept>
#include "HRGBase/xMath.h"
#include "HRGBase/ThermalModelBase.h"
#include "HRGBase/ThermalModelIdeal.h"
#include "HRGBase/ThermalModelCanonicalStrangeness.h"
#include "HRGBase/ThermalModelCanonical.h"
#include "HRGEV/ThermalModelEVDiagonal.h"
#include "HRGEV/ThermalModelEVCrossterms.h"
#include "HRGEV/ExcludedVolumeHelper.h"
#include "HRGVDW/ThermalModelVDW.h"
#include "HRGRealGas/ThermalModelRealGas.h"
#include "HRGEventGenerator/ParticleDecaysMC.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. | |
Functions | |
std::vector< double > | thermalfist::LorentzBoost (const std::vector< double > &fourvector, double vx, double vy, double vz) |
Performs a Lorentz boost on a four-vector. | |