36 m_T(T), m_Beta(beta) {
49 config.fModelType = modeltype;
57 for (
size_t i = 0; i < config.bij.size(); ++i) {
59 for (
size_t j = 0; j < config.bij.size(); ++j) {
65 for (
size_t i = 0; i < config.bij.size(); ++i) {
67 for (
size_t j = 0; j < config.bij.size(); ++j) {
90 double R = pow(3. *
m_THM->Volume() / (4. *
xMath::Pi()) / gamma, 1. / 3.);
93 for (
size_t i = 0; i <
m_THM->TPS()->Particles().size(); ++i) {
98 double T =
m_THM->Parameters().T;
99 double Mu =
m_THM->FullIdealChemicalPotential(i);
std::vector< RandomGenerators::ThermalBreitWignerGenerator * > m_BWGens
EventGeneratorBase()
Constructor.
std::vector< RandomGenerators::ParticleMomentumGenerator * > m_MomentumGens
Vector of momentum generators for each particle species.
void ClearMomentumGenerators()
Clears the momentum generators for all particles.
void SetConfiguration(ThermalParticleSystem *TPS, const EventGeneratorConfiguration &config)
Sets the event generator configuration.
A generalized class for generating the momentum of a particle in accordance with the Siemens-Rasmusse...
Class for generating mass of resonance in accordance with the constant width Breit-Wigner distributio...
Class for generating mass of resonance in accordance with the energy-dependent Breit-Wigner distribut...
void SetMomentumGenerators()
SphericalBlastWaveEventGenerator()
void SetBlastWaveParameters(double Tkin, double beta)
Sets the momentum distribution parameters.
Abstract base class for an HRG model implementation.
virtual double AttractionCoefficient(int, int) const
QvdW mean field attraction coefficient .
int ComponentsNumber() const
Number of different particle species in the list.
virtual double VirialCoefficient(int, int) const
Excluded volume coefficient .
const ThermalModelParameters & Parameters() const
@ SCE
Strangeness-canonical ensemble.
@ CCE
Charm-canonical ensemble.
Class containing all information about a particle specie.
int Statistics() const
Particle's statistics.
double Mass() const
Particle's mass [GeV].
@ eBWconstBR
Energy-dependent Breit-Wigner scheme (eBW) with constant branching ratios when evaluating feeddown.
@ eBW
Energy-dependent Breit-Wigner scheme (eBW)
Class containing the particle list.
constexpr double Pi()
Pi constant.
The main namespace where all classes and functions of the Thermal-FIST library reside.
Structure containing the thermal event generator configuration.
Ensemble fEnsemble
The statistical ensemble used.
Ensemble
Enumerates the statistical ensembles.
@ SCE
Strangeness-canonical.
ModelType
Enumerates the different interaction models.
Contains some extra mathematical functions used in the code.