public interface Histogram1D extends Histogram
TAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT| Modifier and Type | Method and Description |
|---|---|
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.
|
int |
fill(String name)
Increment bin with name with by 1.
|
int |
fill(String name,
double w)
Increment bin with name 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, getBinCenterX, getBinCenterY, getBinCenterZ, getBinContent, getDimension, getMaximum, getMinimum, getNBinsX, getNBinsY, getNBinsZ, isEquiDistant, resetgetXDataCount, getYDataCount, getZ, getZRange, setgetDataCount, getDataCount, getDataLabel, getName, getStyle, getStyle, getUndefValue, getValue, getX, getXIndex, getXMax, getXMin, getXValues, getY, getYIndex, getYMax, getYMin, getYValues, isAutoNotification, lock, setAutoNotifaction, setStyle, unlockaddListener, invokeListener, invokeListener, removeListener, updateEventListenergetErrorList, getInfoList, getMetaInfo, getWarningListint fill(double x)
x - new value to be addedint fill(double x,
double w)
x - new value to be addedw - weightint fill(String name)
name - name to be addedint fill(String name, double w)
name - name to be addedw - weight for given namevoid 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 © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.