|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.analysis.AbstractNamedObject | +--hep.analysis.Histogram | +--hep.analysis.Histogram1D
A subclass of Histogram which provides extra convenience methods for accessing information about the filled histogram.
Inner classes inherited from class hep.analysis.NamedObject |
NamedObject.RenameException |
Fields inherited from class hep.analysis.Histogram |
m_partition |
Fields inherited from class hep.analysis.AbstractNamedObject |
m_parent |
Constructor Summary | |
Histogram1D(java.lang.String name)
|
|
Histogram1D(java.lang.String name,
HistogramFolder f)
|
|
Histogram1D(java.lang.String name,
HistogramFolder f,
Partition p)
|
|
Histogram1D(java.lang.String name,
Partition p)
|
Method Summary | |
double |
getArea()
Get the area under the histogram |
double |
getBin(int bin)
Invokes the corresponding method on the current partition. |
int |
getBinAt(java.util.Date x)
Invokes the corresponding method on the current partition. |
int |
getBinAt(double x)
Invokes the corresponding method on the current partition. |
int |
getBinAt(int x)
Invokes the corresponding method on the current partition. |
int |
getBinAt(java.lang.String x)
Invokes the corresponding method on the current partition. |
double |
getMean()
Get the mean of the contents of this histogram |
double |
getMinusError(int bin)
Invokes the corresponding method on the current partition. |
int |
getNumberOfBins()
|
double |
getOverflow()
Get the (weighted) overflow. |
double |
getPlusError(int bin)
Invokes the corresponding method on the current partition. |
double |
getRMS()
Get the RMS of the contents of this histogram |
double |
getUnderflow()
Get the (weighted) underflow |
Methods inherited from class hep.analysis.Histogram |
clear, fill, fill, fill, fill, fill, fill, fillW, fillW, fillW, fillW, fillW, fillW, find, find, getDefaultParent, getEntries, getPartition, getStyle, isClearOnRewind, partitionDestroyedNotify, setClearOnRewind, setPartition, setStyle, show, toString |
Methods inherited from class hep.analysis.AbstractNamedObject |
delete, getFolder, getName, rename |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Histogram1D(java.lang.String name)
public Histogram1D(java.lang.String name, HistogramFolder f)
public Histogram1D(java.lang.String name, Partition p)
public Histogram1D(java.lang.String name, HistogramFolder f, Partition p)
Method Detail |
public int getNumberOfBins()
public int getBinAt(double x) throws NoSuchBinException
Histogram.getPartition()
,
Abstract1DPartition.getBinAt(double)
public int getBinAt(int x) throws NoSuchBinException
Histogram.getPartition()
,
Abstract1DPartition.getBinAt(int)
public int getBinAt(java.lang.String x) throws NoSuchBinException
Histogram.getPartition()
,
Abstract1DPartition.getBinAt(String)
public int getBinAt(java.util.Date x) throws NoSuchBinException
Histogram.getPartition()
,
Abstract1DPartition.getBinAt(Date)
public double getBin(int bin) throws NoSuchBinException
Histogram.getPartition()
,
Abstract1DPartition.getBin(int)
public double getPlusError(int bin)
Histogram.getPartition()
,
Abstract1DPartition.getPlusError(int)
public double getMinusError(int bin)
Histogram.getPartition()
,
Abstract1DPartition.getMinusError(int)
public double getOverflow()
public double getUnderflow()
public double getArea()
public double getMean()
public double getRMS()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |