Uses of Interface
hep.aida.IAxis
Packages that use IAxis
Package
Description
Interfaces for compact, extensible, modular and performant histogramming functionality.
Multisets (bags) with efficient statistics operations defined upon; This package
requires the Colt distribution.
Reference implementation of the AIDA histogram
interfaces.
-
Uses of IAxis in hep.aida
-
Uses of IAxis in hep.aida.bin
Methods in hep.aida.bin with parameters of type IAxisModifier and TypeMethodDescriptionQuantileBin1D.splitApproximately
(IAxis axis, int k) Divides (rebins) a copy of the receiver at the given interval boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range. -
Uses of IAxis in hep.aida.ref
Classes in hep.aida.ref that implement IAxisModifier and TypeClassDescriptionclass
Fixed-width axis; A reference implementation of hep.aida.IAxis.class
Variable-width axis; A reference implementation of hep.aida.IAxis.Fields in hep.aida.ref declared as IAxisModifier and TypeFieldDescriptionprotected IAxis
AbstractHistogram1D.xAxis
protected IAxis
AbstractHistogram2D.xAxis
protected IAxis
AbstractHistogram3D.xAxis
protected IAxis
AbstractHistogram2D.yAxis
protected IAxis
AbstractHistogram3D.yAxis
protected IAxis
AbstractHistogram3D.zAxis
Methods in hep.aida.ref that return IAxisModifier and TypeMethodDescriptionAbstractHistogram1D.xAxis()
AbstractHistogram2D.xAxis()
AbstractHistogram3D.xAxis()
AbstractHistogram2D.yAxis()
AbstractHistogram3D.yAxis()
AbstractHistogram3D.zAxis()
Methods in hep.aida.ref with parameters of type IAxisModifier and TypeMethodDescriptiondouble[]
Returns all edges of the given axis.Returns a string representation of the given argument.Constructors in hep.aida.ref with parameters of type IAxisModifierConstructorDescriptionHistogram1D
(String title, IAxis axis) Creates a histogram with the given axis binning.Histogram2D
(String title, IAxis xAxis, IAxis yAxis) Creates a histogram with the given axis binning.Histogram3D
(String title, IAxis xAxis, IAxis yAxis, IAxis zAxis) Creates a histogram with the given axis binning.