![]()  | 
  
    Thermal-FIST 1.5
    
   Package for hadron resonance gas model applications 
   | 
 
Class implementing the momentum distribution in the spherically symmetric Blast-Wave model of Siemens and Rasmussen. More...
#include <MomentumDistribution.h>
  
Public Member Functions | |
| SiemensRasmussenDistribution (int pdgid=0, double mass=0., double T=0.100, double beta=0.5) | |
| virtual | ~SiemensRasmussenDistribution () | 
| void | SetParameters (double T, double beta, double mass, int pdgid=0) | 
| Set the parameters of the Siemens-Rasmussen distribution.   | |
| void | Normalize () | 
| Normalizes the momentum distribution to unity.   | |
| virtual double | dndp (double p) const | 
| Distribution density over the absolute value of the 3-momentum.   | |
| virtual double | dndy (double y) const | 
| Distribution density over the longitudinal rapidity.   | |
| virtual double | dnmtdmt (double mt) const | 
| Transverse mass distribution.   | |
| virtual double | d2ndptdy (double pt, double y) const | 
| 2D distribution density in rapidity and transverse momentum   | |
  Public Member Functions inherited from thermalfist::MomentumDistributionBase | |
| MomentumDistributionBase (int pdgid=0, double mass=0.) | |
| virtual | ~MomentumDistributionBase () | 
| Destructor.   | |
| bool | isNormalized () const | 
| Whether the distribution has been normalized to unity.   | |
| void | SetAcceptance (Acceptance::AcceptanceFunction *acc_, double ycm_=0.) | 
Additional Inherited Members | |
  Protected Attributes inherited from thermalfist::MomentumDistributionBase | |
| int | m_PDGID | 
| PDG code of a particle.   | |
| double | m_Mass | 
| Mass of a particle.   | |
| bool | m_Normalized | 
| Whether the distribution has been normalized to unity.      | |
| Acceptance::AcceptanceFunction * | m_acc | 
| Pointer to acceptance function.   | |
| double | m_ycm | 
| Center-of-mass rapidity for the acceptance function.   | |
| bool | m_useacc | 
| Whether the acceptance functions are used.   | |
Class implementing the momentum distribution in the spherically symmetric Blast-Wave model of Siemens and Rasmussen.
Reference: P. Siemens, J. Rasmussen, Phys. Rev. Lett. 42, 880 (1979)
Definition at line 77 of file MomentumDistribution.h.
      
  | 
  inline | 
| pdgid | PDG code of particle | 
| mass | Mass of particle (in GeV) | 
| T | The kinetic temperature (in GeV) | 
| beta | The radial flow velocity | 
Definition at line 84 of file MomentumDistribution.h.
      
  | 
  inlinevirtual | 
Definition at line 93 of file MomentumDistribution.h.
      
  | 
  virtual | 
2D distribution density in rapidity and transverse momentum
Implements thermalfist::MomentumDistributionBase.
Definition at line 121 of file MomentumDistribution.cpp.
      
  | 
  virtual | 
Distribution density over the absolute value of the 3-momentum.
Implements thermalfist::MomentumDistributionBase.
Definition at line 32 of file MomentumDistribution.cpp.
      
  | 
  virtual | 
Distribution density over the longitudinal rapidity.
Implements thermalfist::MomentumDistributionBase.
Definition at line 40 of file MomentumDistribution.cpp.
      
  | 
  virtual | 
Transverse mass distribution.
Implements thermalfist::MomentumDistributionBase.
Definition at line 63 of file MomentumDistribution.cpp.
      
  | 
  virtual | 
Normalizes the momentum distribution to unity.
Implements thermalfist::MomentumDistributionBase.
Definition at line 18 of file MomentumDistribution.cpp.
      
  | 
  inline | 
Set the parameters of the Siemens-Rasmussen distribution.
| T | Kinetic temperature (in GeV) | 
| beta | Radial flow velocity | 
| mass | Particle mass (in GeV) | 
| pdgid | Particle PDG code | 
Definition at line 103 of file MomentumDistribution.h.