Skip to content

ATLAS thread safety check for MuonCnv

Adding some details for ATLAS thread safety checks for MuonCnv which has some single-thread and multi-thread tools configured. I have removed the check from tools I have handled where I know that the const_cast will either only be used in single-thread mode, or in the RPC case, in a safe way where the contents is removed and put into a thread-safe container after processing.

Edited by Ian Allan Connelly

Merge request reports