Uses of Interface
hep.aida.IHistogram

Packages that use IHistogram
Package
Description
Interfaces for compact, extensible, modular and performant histogramming functionality.
Reference implementation of the AIDA histogram interfaces.
  • Uses of IHistogram in hep.aida

    Subinterfaces of IHistogram in hep.aida
    Modifier and Type
    Interface
    Description
    interface 
    A Java interface corresponding to the AIDA 1D Histogram.
    interface 
    A Java interface corresponding to the AIDA 2D Histogram.
    interface 
    A Java interface corresponding to the AIDA 3D Histogram.
  • Uses of IHistogram in hep.aida.ref

    Classes in hep.aida.ref that implement IHistogram
    Modifier and Type
    Class
    Description
    (package private) class 
    Abstract base class extracting and implementing most of the redundancy of the interface.
    (package private) class 
    Abstract base class extracting and implementing most of the redundancy of the interface.
    (package private) class 
    Abstract base class extracting and implementing most of the redundancy of the interface.
    (package private) class 
    Base class for Histogram1D and Histogram2D.
    class 
    A reference implementation of hep.aida.IHistogram1D.
    class 
    A reference implementation of hep.aida.IHistogram2D.
    class 
    A reference implementation of hep.aida.IHistogram3D.