Herwig 7.3.0
|
Struct for the multiplcity data. More...
#include <LEPBMultiplicity.h>
Public Member Functions | |
BranchingInfo (double mult=0., double error=0.) | |
Default constructor. | |
double | simBranching (long N, BranchingInfo den=BranchingInfo()) |
The average fraction per quark. | |
double | simError (long N, BranchingInfo den=BranchingInfo()) |
The error on the average number per event. | |
double | nSigma (long N, BranchingInfo den=BranchingInfo()) |
Is the result more than \(3\sigma\) from the experimental result. | |
string | bargraph (long N, BranchingInfo den=BranchingInfo()) |
Plot standard error in a simple barchart. | |
Public Attributes | |
double | obsBranching |
The observed multiplicity. | |
double | obsError |
The error on the observed multiplicity. | |
long | actualCount |
Number of particles of this type. | |
double | sumofsquares |
Sum of squares of number per event for error. | |
Struct for the multiplcity data.
Definition at line 25 of file LEPBMultiplicity.h.
Herwig::BranchingInfo::BranchingInfo | ( | double | mult = 0. , |
double | error = 0. |
||
) |
Default constructor.
mult | The observed multiplcity. |
error | The error on the observed multiplicity |
string Herwig::BranchingInfo::bargraph | ( | long | N, |
BranchingInfo | den = BranchingInfo() |
||
) |
Plot standard error in a simple barchart.
N | The number of events |
den | The denominator to give the fraction |
double Herwig::BranchingInfo::nSigma | ( | long | N, |
BranchingInfo | den = BranchingInfo() |
||
) |
Is the result more than \(3\sigma\) from the experimental result.
N | The number of events |
den | The denominator to give the fraction |
double Herwig::BranchingInfo::simBranching | ( | long | N, |
BranchingInfo | den = BranchingInfo() |
||
) |
The average fraction per quark.
N | The number of events |
den | The denominator to give the fraction |
double Herwig::BranchingInfo::simError | ( | long | N, |
BranchingInfo | den = BranchingInfo() |
||
) |
The error on the average number per event.
N | The number of events |
den | The denominator to give the fraction |
long Herwig::BranchingInfo::actualCount |
Number of particles of this type.
Definition at line 46 of file LEPBMultiplicity.h.
double Herwig::BranchingInfo::obsBranching |
The observed multiplicity.
Definition at line 36 of file LEPBMultiplicity.h.
double Herwig::BranchingInfo::obsError |
The error on the observed multiplicity.
Definition at line 41 of file LEPBMultiplicity.h.
double Herwig::BranchingInfo::sumofsquares |
Sum of squares of number per event for error.
Definition at line 51 of file LEPBMultiplicity.h.