Package hep.aida.ref
Class Util
java.lang.Object
hep.aida.ref.Util
Convenient histogram utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the index of the in-range bin containing the maxBinHeight().int
Returns the indexX of the in-range bin containing the maxBinHeight().int
Returns the indexY of the in-range bin containing the maxBinHeight().int
Returns the index of the in-range bin containing the minBinHeight().int
Returns the indexX of the in-range bin containing the minBinHeight().int
Returns the indexY of the in-range bin containing the minBinHeight().
-
Constructor Details
-
Util
public Util()Creates a new utility object.
-
-
Method Details
-
maxBin
Returns the index of the in-range bin containing the maxBinHeight(). -
maxBinX
Returns the indexX of the in-range bin containing the maxBinHeight(). -
maxBinY
Returns the indexY of the in-range bin containing the maxBinHeight(). -
minBin
Returns the index of the in-range bin containing the minBinHeight(). -
minBinX
Returns the indexX of the in-range bin containing the minBinHeight(). -
minBinY
Returns the indexY of the in-range bin containing the minBinHeight().
-