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

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...
 

Detailed Description

Structure containing the experimental yield (multiplicity) to be fitted.

Definition at line 28 of file ThermalModelFitQuantities.h.

Constructor & Destructor Documentation

thermalfist::ExperimentMultiplicity::ExperimentMultiplicity ( long long  PDGID = -211,
double  value = 300.,
double  error = 20.,
Feeddown::Type  fd = Feeddown::StabilityFlag 
)
inline

Construct a new ExperimentMultiplicity object.

Parameters
PDGIDPDG code of the particle yield.
valueExperimental value.
errorExperimental error.
fdThe feeddown contributions to be included.

Definition at line 49 of file ThermalModelFitQuantities.h.

Member Function Documentation

void thermalfist::ExperimentMultiplicity::addSystematicError ( double  percent)
inline

Adds a relative systematic error as a fraction of the total yield.

Definition at line 53 of file ThermalModelFitQuantities.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: