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

One bin of the histogram. More...

Public Member Functions

 Bin ()
 Default constructor.
 

Public Attributes

double contents
 Contents of the bin.
 
double contentsSq
 Contents squared for the error.
 
double limit
 The limit for the bin.
 
double data
 The experimental value for the bin.
 
double dataerror
 The error on the experimental value for the bin.
 
long points
 The number of points in the bin.
 

Detailed Description

One bin of the histogram.

limit is the lower bound of the bin.

Definition at line 343 of file Histogram.h.

Constructor & Destructor Documentation

◆ Bin()

Herwig::Histogram::Bin::Bin ( )
inline

Default constructor.

Definition at line 347 of file Histogram.h.

Member Data Documentation

◆ contents

double Herwig::Histogram::Bin::contents

Contents of the bin.

Definition at line 352 of file Histogram.h.

◆ contentsSq

double Herwig::Histogram::Bin::contentsSq

Contents squared for the error.

Definition at line 357 of file Histogram.h.

◆ data

double Herwig::Histogram::Bin::data

The experimental value for the bin.

Definition at line 367 of file Histogram.h.

◆ dataerror

double Herwig::Histogram::Bin::dataerror

The error on the experimental value for the bin.

Definition at line 372 of file Histogram.h.

◆ limit

double Herwig::Histogram::Bin::limit

The limit for the bin.

Definition at line 362 of file Histogram.h.

◆ points

long Herwig::Histogram::Bin::points

The number of points in the bin.

Definition at line 377 of file Histogram.h.


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