Class TrackDataUnits
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.TrackDataUnits
Simple class for holding a few bits of information on the track
- Author:
- Jamie Macaulay
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The chi2 value fo the trackList of data units in the trackThe last data unit so far analysed by the algorithm. -
Constructor Summary
-
Method Summary
-
Field Details
-
dataUnits
List of data units in the track -
chi2Value
public double chi2ValueThe chi2 value fo the track -
lastUnit
The last data unit so far analysed by the algorithm. Note that this may or may not be in the dataUnits.
-
-
Constructor Details
-
TrackDataUnits
-