Herwig 7.3.0
|
Struct for the multiplcity data. More...
#include <MultiplicityInfo.h>
Public Member Functions | |
MultiplicityInfo (double mult=0., double error=0., ParticleSpecies type=other) | |
Default constructor. | |
double | simMultiplicity () |
The average number per event. | |
double | simError () |
The error on the average number per event. | |
double | nSigma () |
Is the result more than \(3\sigma\) from the experimental result. | |
string | bargraph () |
Plot standard error in a simple barchart. | |
Public Attributes | |
double | obsMultiplicity |
The observed multiplicity. | |
double | obsError |
The error on the observed multiplicity. | |
ParticleSpecies | type |
The type of particle. | |
Statistic | count |
Simulation statistics for particles of this type. | |
Struct for the multiplcity data.
Definition at line 23 of file MultiplicityInfo.h.
|
inline |
Default constructor.
mult | The observed multiplcity. |
error | The error on the observed multiplicity |
type | The type of particle |
Definition at line 31 of file MultiplicityInfo.h.
|
inline |
Plot standard error in a simple barchart.
Definition at line 77 of file MultiplicityInfo.h.
References nSigma(), and obsMultiplicity.
|
inline |
Is the result more than \(3\sigma\) from the experimental result.
Definition at line 68 of file MultiplicityInfo.h.
References obsError, obsMultiplicity, simError(), simMultiplicity(), ThePEG::sqr(), and ThePEG::sqrt().
Referenced by bargraph().
|
inline |
The error on the average number per event.
Definition at line 63 of file MultiplicityInfo.h.
References count, and Herwig::Statistic::mean_stdDev().
Referenced by nSigma().
|
inline |
The average number per event.
Definition at line 58 of file MultiplicityInfo.h.
References count, and Herwig::Statistic::mean().
Referenced by nSigma().
Statistic Herwig::MultiplicityInfo::count |
Simulation statistics for particles of this type.
Definition at line 53 of file MultiplicityInfo.h.
Referenced by simError(), and simMultiplicity().
double Herwig::MultiplicityInfo::obsError |
The error on the observed multiplicity.
Definition at line 43 of file MultiplicityInfo.h.
Referenced by nSigma().
double Herwig::MultiplicityInfo::obsMultiplicity |
The observed multiplicity.
Definition at line 38 of file MultiplicityInfo.h.
Referenced by bargraph(), and nSigma().
ParticleSpecies Herwig::MultiplicityInfo::type |
The type of particle.
Definition at line 48 of file MultiplicityInfo.h.