TrkAlignEvent: const/mutable fixes
- Remove
mutable
members and make the code const-correct. - Use
AthMessaging
inheritance for thread-safe logging and remove unused constructor that passes explicitMsgStream
. - Enable thread-checker.
mutable
members and make the code const-correct.AthMessaging
inheritance for thread-safe logging and remove unused
constructor that passes explicit MsgStream
.