Skip to content

Add ATLAS_CHECK_THREAD_SAFETY to TrkEventUtils and TrkMaterialOnTrack

Add the ATLAS_CHECK_THREAD_SAFETY check.

  • Make setters non-const so as to avoid change of state/mutable
  • static --> const static
  • Counters --> atomic (seq_cst implicitly for now)
Edited by Christos Anastopoulos

Merge request reports