Thermal-FIST  1.3
Package for hadron resonance gas model applications
Public Member Functions | List of all members
thermalfist::CracowFreezeoutEventGenerator Class Reference

Class implementing the Thermal Event Generator for the Cracow freeze-out model scenario. More...

#include <CracowFreezeoutEventGenerator.h>

Inheritance diagram for thermalfist::CracowFreezeoutEventGenerator:
thermalfist::EventGeneratorBase

Public Member Functions

 CracowFreezeoutEventGenerator ()
 
 CracowFreezeoutEventGenerator (ThermalParticleSystem *TPS, const EventGeneratorConfiguration &config, double T=0.120, double RoverTauH=1.5, double etamax=0.5)
 Construct a new CylindricalBlastWaveEventGenerator object. More...
 
 ~CracowFreezeoutEventGenerator ()
 
void SetParameters (double T, double RoverTauH, double etamax)
 Sets the momentum distribution parameters. More...
 
void SetMomentumGenerators ()
 
double GetTkin () const
 
double GetRoverTauH () const
 
double GetEtaMax () const
 
- Public Member Functions inherited from thermalfist::EventGeneratorBase
 EventGeneratorBase ()
 Constructor. More...
 
virtual ~EventGeneratorBase ()
 Destructor. More...
 
void ClearMomentumGenerators ()
 Clears the momentum generators for all particles. More...
 
void SetCollisionKineticEnergy (double ekin)
 Sets the projectile laboratory kinetic energy per nucleon of the collision. More...
 
void SetCollisionLabEnergy (double elab)
 Sets the projectile laboratory energy per nucleon of the collision. More...
 
void SetCollisionCMSEnergy (double ssqrt)
 Sets the center of mass energy \( \sqrt{s_{_{NN}}} \) of the collision. More...
 
double getYcm () const
 The y-pT acceptance map (not used by default). More...
 
std::pair< std::vector< int >, double > SampleYields () const
 Samples the primordial yields for each particle species. More...
 
virtual SimpleEvent SampleMomenta (const std::vector< int > &yields) const
 Samples the momenta of the particles and returns the sampled list of particles as an event. More...
 
virtual SimpleEvent GetEvent (bool PerformDecays=true) const
 Generates a single event. More...
 
void SetVolume (double V)
 Set system volume. More...
 
void RescaleCEMeans (double Vmod)
 Rescale the precalculated GCE means. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from thermalfist::EventGeneratorBase
static SimpleEvent PerformDecays (const SimpleEvent &evtin, ThermalParticleSystem *TPS)
 Performs decays of all unstable particles until only stable ones left. More...
 
- Static Public Attributes inherited from thermalfist::EventGeneratorBase
static int fCEAccepted
 
static int fCETotal
 
- Protected Member Functions inherited from thermalfist::EventGeneratorBase
void SetConfiguration (ThermalParticleSystem *TPS, const EventGeneratorConfiguration &config)
 Sets the event generator configuration. More...
 
void PrepareMultinomials ()
 
std::vector< int > GenerateTotals () const
 
std::vector< int > GenerateTotalsGCE () const
 
std::vector< int > GenerateTotalsCE () const
 
std::vector< int > GenerateTotalsSCE () const
 
std::vector< int > GenerateTotalsSCESubVolume (double VolumeSC) const
 
std::vector< int > GenerateTotalsCCE () const
 
std::vector< int > GenerateTotalsCCESubVolume (double VolumeSC) const
 
- Protected Attributes inherited from thermalfist::EventGeneratorBase
EventGeneratorConfiguration m_Config
 
ThermalModelBasem_THM
 
std::vector< double > m_DensitiesIdeal
 Ideal gas densities used for sampling an interacting HRG. More...
 
std::vector< RandomGenerators::ParticleMomentumGenerator * > m_MomentumGens
 Vector of momentum generators for each particle species. More...
 
std::vector< RandomGenerators::ThermalBreitWignerGenerator * > m_BWGens
 

Detailed Description

Class implementing the Thermal Event Generator for the Cracow freeze-out model scenario.

Definition at line 20 of file CracowFreezeoutEventGenerator.h.

Constructor & Destructor Documentation

thermalfist::CracowFreezeoutEventGenerator::CracowFreezeoutEventGenerator ( )

Definition at line 19 of file CracowFreezeoutEventGenerator.cpp.

thermalfist::CracowFreezeoutEventGenerator::CracowFreezeoutEventGenerator ( ThermalParticleSystem TPS,
const EventGeneratorConfiguration config,
double  T = 0.120,
double  RoverTauH = 1.5,
double  etamax = 0.5 
)

Construct a new CylindricalBlastWaveEventGenerator object.

Parameters
TPSA pointer to the particle list
configEvent generator configuration
TkinThe kinetic freeze-out temperature (in GeV)
RoverTauHThe r_max/tau_H ratio parameter
etamaxThe longitudinal space-time rapidity cut-off

Definition at line 24 of file CracowFreezeoutEventGenerator.cpp.

thermalfist::CracowFreezeoutEventGenerator::~CracowFreezeoutEventGenerator ( )
inline

Definition at line 41 of file CracowFreezeoutEventGenerator.h.

Member Function Documentation

double thermalfist::CracowFreezeoutEventGenerator::GetEtaMax ( ) const
inline

Definition at line 53 of file CracowFreezeoutEventGenerator.h.

double thermalfist::CracowFreezeoutEventGenerator::GetRoverTauH ( ) const
inline

Definition at line 52 of file CracowFreezeoutEventGenerator.h.

double thermalfist::CracowFreezeoutEventGenerator::GetTkin ( ) const
inline

Definition at line 51 of file CracowFreezeoutEventGenerator.h.

void thermalfist::CracowFreezeoutEventGenerator::SetMomentumGenerators ( )

Sets up the random generators of particle momenta and resonances masses

Definition at line 41 of file CracowFreezeoutEventGenerator.cpp.

void thermalfist::CracowFreezeoutEventGenerator::SetParameters ( double  T,
double  RoverTauH,
double  etamax 
)

Sets the momentum distribution parameters.

Definition at line 32 of file CracowFreezeoutEventGenerator.cpp.


The documentation for this class was generated from the following files: