Skip to content

Change std::recursive_mutex of SiDetectorElement to std::mutex

Susumu Oda requested to merge oda/athena:master-SiDetectorELement-v2 into master
  • Change std::recursive_mutex of SiDetectorElement to std::mutex.
  • Use m_firstTime thoroughly to avoid complexities.
  • Move m_isStereo determination to determineStereo() because it depends on m_otherSide->sinStereo().
    • Avoid dead lock.
  • Unify coding style and indentation.
  • Preparation for https://its.cern.ch/jira/browse/ATLASRECTS-5079
  • RunTier0Tests.py was fine. RunTier0Tests.log
Edited by Susumu Oda

Merge request reports