Package hep.aida.ref

Class Util

java.lang.Object
hep.aida.ref.Util

class Util extends Object
Convenient histogram utilities.
  • Constructor Details

    • Util

      public Util()
      Creates a new utility object.
  • Method Details

    • 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().