FreeHEP API
Version 3.2.1

hep.aida
Interface IDataPoint


public interface IDataPoint

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

Author:
The AIDA team (http://aida.freehep.org/)

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

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

Returns:
The dimension.

coordinate

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

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

FreeHEP API
Version 3.2.1

Copyright © 2000-2003 AIDA Team, All Rights Reserved.