2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
9 xAOD::DetectorIDHashType PixelClusterDataPreparationAlg::retrieveDetectorIDHash(const xAOD::PixelCluster& obj) const
10 { return obj.identifierHash(); }
14 xAOD::DetectorIDHashType StripClusterDataPreparationAlg::retrieveDetectorIDHash(const xAOD::StripCluster& obj) const
15 { return obj.identifierHash(); }
19 xAOD::DetectorIDHashType SpacePointDataPreparationAlg::retrieveDetectorIDHash(const xAOD::SpacePoint& obj) const
20 { return obj.elementIdList()[0]; }