herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
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. More...
 
double simBranching (long N, BranchingInfo den=BranchingInfo())
 The average fraction per quark. More...
 
double simError (long N, BranchingInfo den=BranchingInfo())
 The error on the average number per event. More...
 
double nSigma (long N, BranchingInfo den=BranchingInfo())
 Is the result more than $3\sigma$ from the experimental result. More...
 
string bargraph (long N, BranchingInfo den=BranchingInfo())
 Plot standard error in a simple barchart. More...
 

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

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