Skip to content

TRT_BaseElement refactor part III

ATLASRECTS-5781 (ATR-22378) : Breaking in parts as trying to do all thing together back fired ....

Follows !38608 (merged) !38491 (merged)

Changes on this part III are mainly on TRT_BarrelElement and TRT_EndCapElement

  1. Use a helper function for setting the "straw" caches.
  2. Use ovverride/final/remove virtual where applicable/possible.
  3. Run some basic clang-tidy checkes (leading to e.g. use nullptr rather than NULL)

Mentiong @oda

Merge request reports