Documentation of 'hep.aida.IBaseHistogram' Java class
IBaseHistogram
hep.aida

Interface IBaseHistogram

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IAnnotation annotation()
      Get the IAnnotation associated with the Histogram.
      int dimension()
      Get the Histogram's dimension.
      int entries()
      Get the number of in-range entries in the Histogram.
      int nanEntries()
      Number of entries whose coordinate or weight is NaN.
      void reset()
      Reset the Histogram; as if just created.
      void setTitle(java.lang.String title)
      Set the histogram title.
      java.lang.String title()
      Get the Histogram's title.
    • Method Detail

      • title

        java.lang.String title()
        Get the Histogram's title.
        Returns:
        The Histogram's title.
      • setTitle

        void setTitle(java.lang.String title)
               throws java.lang.IllegalArgumentException
        Set the histogram title.
        Parameters:
        title - The title.
        Throws:
        java.lang.IllegalArgumentException - If title cannot be changed.
      • annotation

        IAnnotation annotation()
        Get the IAnnotation associated with the Histogram.
        Returns:
        The IAnnotation.
      • dimension

        int dimension()
        Get the Histogram's dimension.
        Returns:
        The Histogram's dimension.
      • reset

        void reset()
            throws java.lang.RuntimeException
        Reset the Histogram; as if just created.
        Throws:
        java.lang.RuntimeException - If something goes wrong.
      • entries

        int entries()
        Get the number of in-range entries in the Histogram.
        Returns:
        The number of in-range entries.
      • nanEntries

        int nanEntries()
        Number of entries whose coordinate or weight is NaN. Such entries are counted as allEntries but don't contribute to the statistics.
        Returns:
        The number of entries whose value or weight is NaN.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.