Skip to content

Add ATLAS_CHECK_THREAD_SAFETY to InDetRegionSelector and MuonRegionSelector...

Susumu Oda requested to merge oda/athena:master-IRegionIDLUT_Creator into master
  • In order to confirm and keep thread safety of InDetRegionSelector and MuonRegionSelector packages, ATLAS_CHECK_THREAD_SAFETY files were added.
  • Removed const from getLUT()
    • Returned pointer of getLUT() has to be non-const for disableRobList method execution in RegSelSvc.
    • If non-const pointer is returned, the method has to be non-const for thread safety.
  • Results should not be changed.
  • No JIRA ticket
Edited by Susumu Oda

Merge request reports