Skip to content

Some cleanups of SiDetectorElement (ATLASRECTS-5079)

Susumu Oda requested to merge oda/athena:master-ATLASRECTS-5079-v1 into master

Some cleanups of SiDetectorElement

https://its.cern.ch/jira/browse/ATLASRECTS-5079

  • Drop updateAllCaches and setAllCaches methods
    • Use updateCache and setCache instead
  • Stop lazy initialization of surface
    • Use std::unique_ptr instead of CxxUtils::CachedUniquePtr

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports