Skip to content
Snippets Groups Projects

Fix for ATEAM-505 and change for ATLASRECTS-4832

Merged Susumu Oda requested to merge oda/athena:master-ATEAM-505 into master
@@ -19,6 +19,16 @@ namespace InDetDD {
class SCT_DetectorManager;
}
// This class cannot inherit AthReentrantAlgorithm.
// GeoVFullPhysVol::getAbsoluteTransform is not multi-thread compatible
// because m_absPosInfo is updated without mutex guard.
// This method is used by the following chain.
// SiDetectorManager::setAlignableTransformLocalDelta
// SCT_DetectorManager::setAlignableTransformDelta
// InDetDetectorManager::processKey
// InDetDetectorManager::processAlignmentContainer
// InDetDetectorManager::align
// SCT_AlignCondAlg::execute
class SCT_AlignCondAlg : public AthAlgorithm
{
public:
Loading