diff --git a/InnerDetector/InDetRecTools/InDetTrackHoleSearch/src/InDetTrackHoleSearchTool.cxx b/InnerDetector/InDetRecTools/InDetTrackHoleSearch/src/InDetTrackHoleSearchTool.cxx index c535148daec65529b0038dbff5b007f0d73caa17..b3ef8c95ca831da70607f5bf821d0f37cd272c0f 100644 --- a/InnerDetector/InDetRecTools/InDetTrackHoleSearch/src/InDetTrackHoleSearchTool.cxx +++ b/InnerDetector/InDetRecTools/InDetTrackHoleSearch/src/InDetTrackHoleSearchTool.cxx @@ -38,6 +38,7 @@ InDet::InDetTrackHoleSearchTool::InDetTrackHoleSearchTool(const std::string& t, const std::string& n, const IInterface* p ) : AthAlgTool(t,n,p), + m_atlasId(nullptr), m_extrapolator("Trk::Extrapolator"), m_pixelCondSummarySvc("PixelConditionsSummarySvc",n), m_sctCondSummarySvc ("SCT_ConditionsSummarySvc",n), @@ -51,9 +52,7 @@ InDet::InDetTrackHoleSearchTool::InDetTrackHoleSearchTool(const std::string& t, m_usepix(true), m_usesct(true), m_checkBadSCTChip(true), - m_warning(0), - // Initialization of ID pixel helper - m_atlasId(nullptr) + m_warning(0) { declareInterface<ITrackHoleSearchTool>(this); declareProperty("Extrapolator" , m_extrapolator);