From a49af422524d7da1764af29fa3a24addc2597a12 Mon Sep 17 00:00:00 2001 From: Nicholas Styles <nicholas.styles@desy.de> Date: Tue, 17 Nov 2020 17:10:02 +0100 Subject: [PATCH] fix Identifier initizaliation --- .../InDetReadoutGeometry/SiDetectorElement.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/InnerDetector/InDetDetDescr/InDetReadoutGeometry/InDetReadoutGeometry/SiDetectorElement.h b/InnerDetector/InDetDetDescr/InDetReadoutGeometry/InDetReadoutGeometry/SiDetectorElement.h index b02d8aa132b2..c43ec3ee4be1 100644 --- a/InnerDetector/InDetDetDescr/InDetReadoutGeometry/InDetReadoutGeometry/SiDetectorElement.h +++ b/InnerDetector/InDetDetDescr/InDetReadoutGeometry/InDetReadoutGeometry/SiDetectorElement.h @@ -824,11 +824,6 @@ namespace InDetDD { */ //@{ - /** - * identifier of this detector element - */ - Identifier m_id{}; - /** * local description of this detector element */ @@ -850,10 +845,6 @@ namespace InDetDD { * @name Variables set by commonConstructor */ //@{ - /** - * hash id of this detector element - */ - IdentifierHash m_idHash{}; bool m_isPixel{false}; bool m_isDBM{false}; -- GitLab