Skip to content

TrkAlignment: const fixes

Frank Winklmeier requested to merge fwinkl/athena:trkalign into master

First set of const fixes for the TrkAlignment packages:

  • do not return non-const pointer from const method
  • const fixes to accumulate: take non-const pointer to AlignTrack to avoid const violations.

Merge request reports