Colt 1.2.0

Uses of Interface
hep.aida.IHistogram

Packages that use IHistogram
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
 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
 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.
 


Colt 1.2.0

Jump to the Colt Homepage