TrkAlignment: const fixes
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 toAlignTrack
to avoid const violations.
First set of const
fixes for the TrkAlignment packages:
accumulate
: take non-const pointer to AlignTrack
to avoid const violations.