FreeHEP API
Version current

hep.aida.ext
Interface IComparisonData

All Known Implementing Classes:
ComparisonData

public interface IComparisonData

Author:
The FreeHEP team @ SLAC.
Source Code:
IComparisonData.java

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

public static final int BINNED_DATA
See Also:
Constant Field Values

UNBINNED_DATA

public static final int UNBINNED_DATA
See Also:
Constant Field Values
Method Detail

type

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


nPoints

public int nPoints()
Get the number of points.


value

public double value(int i)
Get the ith value.


weight

public double weight(int i)
Get the ith weight.


entries

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


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.