Uses of Interface
hep.aida.IHistogram3D
Packages that use IHistogram3D
Package
Description
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
Reference implementation of the AIDA histogram
interfaces.
-
Uses of IHistogram3D in cern.colt.matrix.doublealgo
Methods in cern.colt.matrix.doublealgo that return IHistogram3DModifier and TypeMethodDescriptionstatic IHistogram3D
Statistic.cube
(DoubleMatrix1D x, DoubleMatrix1D y, DoubleMatrix1D z, DoubleMatrix1D weights) 3-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.static IHistogram3D
Statistic.histogram
(IHistogram3D histo, DoubleMatrix1D x, DoubleMatrix1D y, DoubleMatrix1D z, DoubleMatrix1D weights) Fills all cells of the given vectors into the given histogram.Methods in cern.colt.matrix.doublealgo with parameters of type IHistogram3DModifier and TypeMethodDescriptionstatic IHistogram3D
Statistic.histogram
(IHistogram3D histo, DoubleMatrix1D x, DoubleMatrix1D y, DoubleMatrix1D z, DoubleMatrix1D weights) Fills all cells of the given vectors into the given histogram. -
Uses of IHistogram3D in hep.aida.ref
Classes in hep.aida.ref that implement IHistogram3DModifier and TypeClassDescription(package private) class
Abstract base class extracting and implementing most of the redundancy of the interface.class
A reference implementation of hep.aida.IHistogram3D.Methods in hep.aida.ref with parameters of type IHistogram3DModifier and TypeMethodDescriptionprotected double[][][]
Converter.toArrayHeights
(IHistogram3D h) Returns an array[h.xAxis().bins()][h.yAxis().bins()][h.zAxis().bins()]; ignoring extra bins.Converter.toString
(IHistogram3D h) Returns a string representation of the given argument.private static void
Test2.writeAsXML
(IHistogram3D h, String filename)