Package hep.aida.ref

Class Histogram

java.lang.Object
hep.aida.ref.Histogram
All Implemented Interfaces:
IHistogram, Serializable
Direct Known Subclasses:
AbstractHistogram1D, AbstractHistogram2D, AbstractHistogram3D

abstract class Histogram extends Object implements IHistogram
Base class for Histogram1D and Histogram2D.
Version:
1.0, 23/03/2000
  • Field Details

    • title

      private String title
  • Constructor Details

    • Histogram

      Histogram(String title)
  • Method Details

    • title

      public String title()
      Description copied from interface: IHistogram
      Title of the histogram (will be set only in the constructor).
      Specified by:
      title in interface IHistogram