public interface Histogram1D extends Histogram
TAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT| Modifier and Type | Method and Description |
|---|---|
default int |
fill(double x)
Increment bin with abscissa X, Y, and Z by 1.
|
int |
fill(double x,
double w)
Increment bin with abscissa X by with a weight w.
|
void |
fillN(double[] x,
double[] w,
int stepSize)
Fill this histogram with an array x and weights w.
|
addBinContent, addBinContent, findBin, findBin, findBin, getBinCenter, getBinContent, isEquiDistant, resetget, getAxisDescription, getAxisDescriptions, getDataCount, getDataCount, getDataLabel, getDimension, getIndex, getName, getStyle, getStyle, getValue, getValues, lock, recomputeLimits, setStyleaddListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListenergetErrorList, getInfoList, getMetaInfo, getWarningListdefault int fill(double x)
x - new value to be addedint fill(double x,
double w)
x - new value to be addedw - weightvoid fillN(double[] x,
double[] w,
int stepSize)
x - x coordinates to be added.w - weights to be added.stepSize - step size through arrays x and wCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.