1#ifndef THERMALMODELPCEANNIHILATION_H
2#define THERMALMODELPCEANNIHILATION_H
84 std::vector<int> m_StableNormal;
85 std::vector<int> m_StableAnnihilate;
86 std::vector<int> m_Pions;
87 std::vector<int> m_StableAnnihilateAnti;
89 double m_PionAnnihilationNumber;
95 std::vector<double> Equations(
const std::vector<double> &x);
Implementation of the generic Broyden's method routines.
Abstract class which defines the system of non-linear equations to be solved by the Broyden's method.
int m_N
The number of equations.
Abstract base class for an HRG model implementation.
Class implementing HRG in partial chemical equilibrium with baryon annihilation.
int StableHadronIndexByGlobalId(int globalid)
Returns the PCE-based index of the stable hadron based on its global (particle list) index.
std::vector< int > RecalculateStabilityFlags(const std::vector< long long > &annihilationpdgs={2212, 2112})
ThermalModelPCEAnnihilation(ThermalModelBase *THMbase, bool FreezeLonglived=false, double LonglivedResoWidthCut=0.015)
Construct a new ThermalModelPCEAnnihilation object.
std::vector< double > StableChemsFromBroydenInput(const std::vector< double > &x)
Chemical potentials of all PCE-based hadrons from the solution to PCE equations.
virtual void SetStabilityFlags(const std::vector< int > &StabilityFlags)
Manually set the PCE stability flags for all species.
void SetPionAnnihilationNumber(double npi)
Set the average number of pion produced in baryon-antibaryon annihilations.
virtual void CalculatePCE(double param, PCEMode mode=AtFixedTemperature)
Solves the equations of partial chemical equilibrium at a fixed temperature or a fixed volume.
virtual ~ThermalModelPCEAnnihilation(void)
Destroy the ThermalModelPCEAnnihilation object.
ThermalModelPCE(ThermalModelBase *THMbase, bool FreezeLonglived=false, double LonglivedResoWidthCut=0.015)
Construct a new ThermalModelPCE object.
PCEMode
Whether partial chemical equilibrium should be calculated at a fixed value of the temperature or a fi...
@ AtFixedTemperature
Partial chemical equilibrium at fixed value of the temperature.
const std::vector< int > & StabilityFlags() const
The main namespace where all classes and functions of the Thermal-FIST library reside.