hep.aida
Interface IDataPoint

All Known Implementing Classes:
DataPoint

public interface IDataPoint

Basic user-level interface class for holding and managing a single set of "measurements".


Method Summary
 IMeasurement coordinate(int coord)
          Get the IMeasurement for a given coordinate.
 int dimension()
          Get the dimension of the IDataPoint, i.e.
 

Method Detail

dimension

int dimension()
Get the dimension of the IDataPoint, i.e. the number of coordinates the point has.

Returns:
The dimension.

coordinate

IMeasurement coordinate(int coord)
Get the IMeasurement for a given coordinate.

Parameters:
coord - The coordinate.
Returns:
The corresponding IMeasurement.


jHepWork 3.2 © jWork.org