Documentation of 'hep.aida.ext.IComparisonData' Java class
IComparisonData
hep.aida.ext

Interface IComparisonData

  • All Known Implementing Classes:
    ComparisonData


    public interface IComparisonData
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int entries(int i)
      Get the ith number of entries.
      int nPoints()
      Get the number of points.
      int type()
      Get the data Type: binned or unbinned.
      double value(int i)
      Get the ith value.
      double weight(int i)
      Get the ith weight.
    • Method Detail

      • type

        int type()
        Get the data Type: binned or unbinned.
      • nPoints

        int nPoints()
        Get the number of points.
      • value

        double value(int i)
        Get the ith value.
      • weight

        double weight(int i)
        Get the ith weight.
      • entries

        int entries(int i)
        Get the ith number of entries.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.