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 interfaceIHistogram1DA Java interface corresponding to the AIDA 1D Histogram.interfaceIHistogram2DA Java interface corresponding to the AIDA 2D Histogram.interfaceIHistogram3DA 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) classAbstractHistogram1DAbstract base class extracting and implementing most of the redundancy of the interface.(package private) classAbstractHistogram2DAbstract base class extracting and implementing most of the redundancy of the interface.(package private) classAbstractHistogram3DAbstract base class extracting and implementing most of the redundancy of the interface.(package private) classHistogramBase class for Histogram1D and Histogram2D.classHistogram1DA reference implementation of hep.aida.IHistogram1D.classHistogram2DA reference implementation of hep.aida.IHistogram2D.classHistogram3DA reference implementation of hep.aida.IHistogram3D.
-