Package hep.aida.ref
Class Util
- java.lang.Object
-
- hep.aida.ref.Util
-
class Util extends java.lang.ObjectConvenient histogram utilities.
-
-
Constructor Summary
Constructors Constructor Description Util()Creates a new utility object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmaxBin(IHistogram1D h)Returns the index of the in-range bin containing the maxBinHeight().intmaxBinX(IHistogram2D h)Returns the indexX of the in-range bin containing the maxBinHeight().intmaxBinY(IHistogram2D h)Returns the indexY of the in-range bin containing the maxBinHeight().intminBin(IHistogram1D h)Returns the index of the in-range bin containing the minBinHeight().intminBinX(IHistogram2D h)Returns the indexX of the in-range bin containing the minBinHeight().intminBinY(IHistogram2D h)Returns the indexY of the in-range bin containing the minBinHeight().
-
-
-
Method Detail
-
maxBin
public int maxBin(IHistogram1D h)
Returns the index of the in-range bin containing the maxBinHeight().
-
maxBinX
public int maxBinX(IHistogram2D h)
Returns the indexX of the in-range bin containing the maxBinHeight().
-
maxBinY
public int maxBinY(IHistogram2D h)
Returns the indexY of the in-range bin containing the maxBinHeight().
-
minBin
public int minBin(IHistogram1D h)
Returns the index of the in-range bin containing the minBinHeight().
-
minBinX
public int minBinX(IHistogram2D h)
Returns the indexX of the in-range bin containing the minBinHeight().
-
minBinY
public int minBinY(IHistogram2D h)
Returns the indexY of the in-range bin containing the minBinHeight().
-
-