Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add info on TrackType

...

The track fit from lcsim is further refined using a Java implementation (port) of the GBL C++ algorithm.

Each track has a TrackType assigned which indicates the SeedTracker algorithm used, in a bitwise fashion, and sets bit 6 (2^5=32) if the track was refined by GBL. The TrackType is inherited by any particle and is obtained with the getType() method. See: TrackType and StrategyType for details.

Additional References

This paper describes the LCIO track parameters.

...