Change std::recursive_mutex of SiDetectorElement to std::mutex
- 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