Thermal-FIST
1.3
Package for hadron resonance gas model applications
|
Structure containing the experimental yield (multiplicity) to be fitted. More...
#include <ThermalModelFitQuantities.h>
Public Member Functions | |
ExperimentMultiplicity (long long PDGID=-211, double value=300., double error=20., Feeddown::Type fd=Feeddown::StabilityFlag) | |
Construct a new ExperimentMultiplicity object. More... | |
void | addSystematicError (double percent) |
Adds a relative systematic error as a fraction of the total yield. More... | |
Public Attributes | |
long long | fPDGID |
PDG code of the particle yield. More... | |
double | fValue |
Experimental value. More... | |
double | fError |
Experimental error. More... | |
Feeddown::Type | fFeedDown |
The feeddown contributions to be included. More... | |
Structure containing the experimental yield (multiplicity) to be fitted.
Definition at line 28 of file ThermalModelFitQuantities.h.
|
inline |
Construct a new ExperimentMultiplicity object.
PDGID | PDG code of the particle yield. |
value | Experimental value. |
error | Experimental error. |
fd | The feeddown contributions to be included. |
Definition at line 49 of file ThermalModelFitQuantities.h.
|
inline |
Adds a relative systematic error as a fraction of the total yield.
Definition at line 53 of file ThermalModelFitQuantities.h.
double thermalfist::ExperimentMultiplicity::fError |
Experimental error.
Definition at line 36 of file ThermalModelFitQuantities.h.
Feeddown::Type thermalfist::ExperimentMultiplicity::fFeedDown |
The feeddown contributions to be included.
Definition at line 39 of file ThermalModelFitQuantities.h.
long long thermalfist::ExperimentMultiplicity::fPDGID |
PDG code of the particle yield.
Definition at line 30 of file ThermalModelFitQuantities.h.
double thermalfist::ExperimentMultiplicity::fValue |
Experimental value.
Definition at line 33 of file ThermalModelFitQuantities.h.