Package hep.aida.ref
Class Util
- java.lang.Object
-
- hep.aida.ref.Util
-
class Util extends java.lang.Object
Convenient 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 int
maxBin(IHistogram1D h)
Returns the index of the in-range bin containing the maxBinHeight().int
maxBinX(IHistogram2D h)
Returns the indexX of the in-range bin containing the maxBinHeight().int
maxBinY(IHistogram2D h)
Returns the indexY of the in-range bin containing the maxBinHeight().int
minBin(IHistogram1D h)
Returns the index of the in-range bin containing the minBinHeight().int
minBinX(IHistogram2D h)
Returns the indexX of the in-range bin containing the minBinHeight().int
minBinY(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().
-
-