hep.aida
Interface IDataPoint
-
- All Known Implementing Classes:
- DataPoint
public interface IDataPointBasic user-level interface class for holding and managing a single set of "measurements".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IMeasurementcoordinate(int coord)Get the IMeasurement for a given coordinate.intdimension()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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG