Skip to content

TRT_DriftCircleOnTrack : Try to avoid dynamic cast, use store

TRT_DriftCircleOnTrack:

  • Try to avoid the dynamic cast in the constructor (since we can use the type to check?)
  • For not const methods we typically should need just store rather than set for the cachedUniquePtr

Mentioning @oda

Merge request reports