herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Herwig::BranchingInfo Struct Reference

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.
 

Detailed Description

Struct for the multiplcity data.

Definition at line 25 of file LEPBMultiplicity.h.

Constructor & Destructor Documentation

◆ BranchingInfo()

Herwig::BranchingInfo::BranchingInfo ( double  mult = 0.,
double  error = 0. 
)

Default constructor.

Parameters
multThe observed multiplcity.
errorThe error on the observed multiplicity

Member Function Documentation

◆ bargraph()

string Herwig::BranchingInfo::bargraph ( long  N,
BranchingInfo  den = BranchingInfo() 
)

Plot standard error in a simple barchart.

Parameters
NThe number of events
denThe denominator to give the fraction

◆ nSigma()

double Herwig::BranchingInfo::nSigma ( long  N,
BranchingInfo  den = BranchingInfo() 
)

Is the result more than \(3\sigma\) from the experimental result.

Parameters
NThe number of events
denThe denominator to give the fraction

◆ simBranching()

double Herwig::BranchingInfo::simBranching ( long  N,
BranchingInfo  den = BranchingInfo() 
)

The average fraction per quark.

Parameters
NThe number of events
denThe denominator to give the fraction

◆ simError()

double Herwig::BranchingInfo::simError ( long  N,
BranchingInfo  den = BranchingInfo() 
)

The error on the average number per event.

Parameters
NThe number of events
denThe denominator to give the fraction

Member Data Documentation

◆ actualCount

long Herwig::BranchingInfo::actualCount

Number of particles of this type.

Definition at line 46 of file LEPBMultiplicity.h.

◆ obsBranching

double Herwig::BranchingInfo::obsBranching

The observed multiplicity.

Definition at line 36 of file LEPBMultiplicity.h.

◆ obsError

double Herwig::BranchingInfo::obsError

The error on the observed multiplicity.

Definition at line 41 of file LEPBMultiplicity.h.

◆ sumofsquares

double Herwig::BranchingInfo::sumofsquares

Sum of squares of number per event for error.

Definition at line 51 of file LEPBMultiplicity.h.


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