Skip to content

Draft: Remove unused static thread_local variable from LArG4Identifier

In ATLASSIM-5215 it was noted that there was a lot of thread local storage access when LArG4Identifier objects were created/copied. This was caused by a static thread_local variable in the set_last_error method, which was called multiple times, but the output was not used elsewhere in the code. Removing the variable/method results in no change to the simulation output in local tests.

Merge request reports