Skip to content

Add ATLAS_CHECK_THREAD_SAFETY to TRT_G4_SD and TRT_TR_Process

Susumu Oda requested to merge oda/athena:master-TRT_G4_SD into master
  • In order to confirm and keep thread safety of TRT_G4_SD and TRT_TR_Process packages, ATLAS_CHECK_THREAD_SAFETY files were added.
  • Some changes were necessary
    • ATLAS_THREAD_SAFE of #include "CxxUtils/checker_macros.h" was added to mutable Athena::MsgStreamMember m_msg;
    • const keyword was added to return type of const method
    • Remove const_cast
  • Results should not be changed.
  • No JIRA ticket
Edited by Susumu Oda

Merge request reports