public class TrackDataUnits
extends Object
Simple class for holding a few bits of information on the track
- Author:
- Jamie Macaulay
-
Field Summary 
Fields
double
The chi2 value fo the track
List of data units in the track
The last data unit so far analysed by the algorithm.
-
Constructor Summary 
Constructors
-
Method Summary 
-
Field Details 
-
dataUnits 
List of data units in the track
-
chi2Value 
public double chi2Value
The 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 