Class TrackDataUnits

java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.TrackDataUnits

public class TrackDataUnits extends Object
Simple class for holding a few bits of information on the track
Author:
Jamie Macaulay
  • Field Details

    • dataUnits

      public ArrayList<PamDataUnit> dataUnits
      List of data units in the track
    • chi2Value

      public double chi2Value
      The chi2 value fo the track
    • lastUnit

      public PamDataUnit lastUnit
      The last data unit so far analysed by the algorithm. Note that this may or may not be in the dataUnits.
  • Constructor Details