Package hep.aida.ref
Class Histogram
java.lang.Object
hep.aida.ref.Histogram
- All Implemented Interfaces:
IHistogram
,Serializable
- Direct Known Subclasses:
AbstractHistogram1D
,AbstractHistogram2D
,AbstractHistogram3D
Base class for Histogram1D and Histogram2D.
- Version:
- 1.0, 23/03/2000
-
Field Summary
FieldsFields inherited from interface hep.aida.IHistogram
OVERFLOW, serialVersionUID, UNDERFLOW
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hep.aida.IHistogram
allEntries, dimensions, entries, equivalentBinEntries, extraEntries, reset, sumAllBinHeights, sumBinHeights, sumExtraBinHeights
-
Field Details
-
title
-
-
Constructor Details
-
Histogram
Histogram(String title)
-
-
Method Details
-
title
Description copied from interface:IHistogram
Title of the histogram (will be set only in the constructor).- Specified by:
title
in interfaceIHistogram
-