MuonCondAlg add ATLAS_CHECK_THREAD_SAFETY. Remove un-needed const_cast, use...
MuonCondAlg
- add ATLAS_CHECK_THREAD_SAFETY.
- Remove un-needed const_cast,
- use strtok_r rather than the unsafe strtok (https://linux.die.net/man/3/strtok_r)
- clang-tidy related fixes