public interface IHistogram extends Serializable
Modifier and Type | Field and Description |
---|---|
static int |
OVERFLOW
Constant specifying the overflow bin (can be passed to any method expecting a bin number).
|
static long |
serialVersionUID |
static int |
UNDERFLOW
Constant specifying the underflow bin (can be passed to any method expecting a bin number).
|
Modifier and Type | Method and Description |
---|---|
int |
allEntries()
Number of all entries in all (both in-range and under/overflow) bins in the histogram.
|
int |
dimensions()
Returns 1 for one-dimensional histograms, 2 for two-dimensional histograms, and so on.
|
int |
entries()
Number of in-range entries in the histogram.
|
double |
equivalentBinEntries()
Number of equivalent entries.
|
int |
extraEntries()
Number of under and overflow entries in the histogram.
|
void |
reset()
Reset contents; as if just constructed.
|
double |
sumAllBinHeights()
Sum of all (both in-range and under/overflow) bin heights in the histogram.
|
double |
sumBinHeights()
Sum of in-range bin heights in the histogram.
|
double |
sumExtraBinHeights()
Sum of under/overflow bin heights in the histogram.
|
String |
title()
Title of the histogram (will be set only in the constructor).
|
static final int OVERFLOW
static final int UNDERFLOW
static final long serialVersionUID
int allEntries()
int dimensions()
int entries()
double equivalentBinEntries()
int extraEntries()
void reset()
double sumAllBinHeights()
double sumBinHeights()
double sumExtraBinHeights()
String title()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics