Add ATLAS_CHECK_THREAD_SAFETY to InDetRegionSelector and MuonRegionSelector...
- 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.
- RunTier0Tests.py was fine. RunTier0Tests.log
- No JIRA ticket
Edited by Susumu Oda