Package hep.aida.ref

Class 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().
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util()
        Creates a new utility object.
    • 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().