Package | Description |
---|---|
hep.aida |
Interfaces for compact, extensible, modular and performant histogramming functionality.
|
hep.aida.ref |
Reference implementation of the AIDA histogram
interfaces.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Jump to the Colt Homepage