hep.analysis
Class Histogram2D
java.lang.Object
|
+--hep.analysis.AbstractNamedObject
|
+--hep.analysis.Histogram
|
+--hep.analysis.Histogram2D
- All Implemented Interfaces:
- NamedObject, java.io.Serializable
- public class Histogram2D
- extends Histogram
A Histogram2D is a subclass of Histogram with convenience methods for accessing
the filled contents of 2D Histograms.
- See Also:
- Serialized Form
Method Summary |
double |
getBin(int i,
int j)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Histogram2D
public Histogram2D(java.lang.String name)
- Create a new histogram.
- Parameters:
name
- The name of the histogram. If a histogram of this name
already exists its contents are cleared and a reference
to the previously existing histogram is returned.
Histogram2D
public Histogram2D(java.lang.String name,
HistogramFolder parent)
- Create a new histogram in a folder.
- Parameters:
name
- The name of the histogram. If a histogram of this name
already exists its contents are cleared and a reference
to the previously existing histogram is returned.parent
- the HistogramFolder in which to store this Hsitogram
Histogram2D
public Histogram2D(java.lang.String name,
Partition partition)
Histogram2D
public Histogram2D(java.lang.String name,
HistogramFolder parent,
Partition partition)
getBin
public double getBin(int i,
int j)