Add ATLAS_CHECK_THREAD_SAFETY to TrkEventUtils and TrkMaterialOnTrack
Add the ATLAS_CHECK_THREAD_SAFETY check.
- Make
settersnon-const so as to avoid change of state/mutable -
static-->const static - Counters -->
atomic(seq_cst implicitly for now)
Edited by Christos Anastopoulos