Uses of Interface
hep.aida.IHistogram
-
Packages that use IHistogram Package Description hep.aida Interfaces for compact, extensible, modular and performant histogramming functionality.hep.aida.ref 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
IHistogram1D
A Java interface corresponding to the AIDA 1D Histogram.interface
IHistogram2D
A Java interface corresponding to the AIDA 2D Histogram.interface
IHistogram3D
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
AbstractHistogram1D
Abstract base class extracting and implementing most of the redundancy of the interface.(package private) class
AbstractHistogram2D
Abstract base class extracting and implementing most of the redundancy of the interface.(package private) class
AbstractHistogram3D
Abstract base class extracting and implementing most of the redundancy of the interface.(package private) class
Histogram
Base class for Histogram1D and Histogram2D.class
Histogram1D
A reference implementation of hep.aida.IHistogram1D.class
Histogram2D
A reference implementation of hep.aida.IHistogram2D.class
Histogram3D
A reference implementation of hep.aida.IHistogram3D.
-