TrkAlignEvent: const/mutable fixes
- Remove
mutablemembers and make the code const-correct. - Use
AthMessaginginheritance 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.