![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
#include <sstream>
#include "HRGEventGenerator/SimpleEvent.h"
#include "HRGEventGenerator/Acceptance.h"
#include "HRGEventGenerator/RandomGenerators.h"
#include "HRGBase/xMath.h"
#include "HRGBase/ThermalModelBase.h"
Go to the source code of this file.
Classes | |
struct | thermalfist::EventGeneratorConfiguration |
Structure containing the thermal event generator configuration. More... | |
class | thermalfist::EventGeneratorBase |
Base class for generating events with the Thermal Event Generator. More... | |
struct | thermalfist::EventGeneratorBase::DecayerFlags |
Flags for performing decays. More... | |
Namespaces | |
namespace | thermalfist |
The main namespace where all classes and functions of the Thermal-FIST library reside. | |
Functions | |
template<typename T> | |
std::string | thermalfist::to_string_fix (T value) |
Converts a value to a string. | |
std::vector< double > | thermalfist::LorentzBoost (const std::vector< double > &fourvector, double vx, double vy, double vz) |
Performs a Lorentz boost on a four-vector. | |