hep.aida.ext
Interface IComparisonData

All Known Implementing Classes:
ComparisonData

public interface IComparisonData


Field Summary
static int BINNED_DATA
           
static int UNBINNED_DATA
           
 
Method Summary
 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.
 

Field Detail

BINNED_DATA

static final int BINNED_DATA
See Also:
Constant Field Values

UNBINNED_DATA

static final int UNBINNED_DATA
See Also:
Constant Field Values
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.



jHepWork 3.2 © jWork.org