Package hep.aida.ref
Class Histogram
- java.lang.Object
-
- hep.aida.ref.Histogram
-
- All Implemented Interfaces:
IHistogram
,java.io.Serializable
- Direct Known Subclasses:
AbstractHistogram1D
,AbstractHistogram2D
,AbstractHistogram3D
abstract class Histogram extends java.lang.Object implements IHistogram
Base class for Histogram1D and Histogram2D.- Version:
- 1.0, 23/03/2000
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
title
-
Fields inherited from interface hep.aida.IHistogram
OVERFLOW, serialVersionUID, UNDERFLOW
-
-
Constructor Summary
Constructors Constructor Description Histogram(java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
title()
Title of the histogram (will be set only in the constructor).-
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
-
-
-
-
Method Detail
-
title
public java.lang.String title()
Description copied from interface:IHistogram
Title of the histogram (will be set only in the constructor).- Specified by:
title
in interfaceIHistogram
-
-