From 546e712d53abbe7833ac142f9edccd7f6b21ecf4 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Tue, 20 Oct 2020 20:37:56 +0200 Subject: [PATCH] TileIdCnv: Remove reference to StoreGate.h. Remove reference to obsolete header StoreGate.h. --- TileCalorimeter/TileSvc/TileIdCnv/src/TileHWIDDetDescrCnv.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TileCalorimeter/TileSvc/TileIdCnv/src/TileHWIDDetDescrCnv.cxx b/TileCalorimeter/TileSvc/TileIdCnv/src/TileHWIDDetDescrCnv.cxx index eaa715aa984..9818c980d1b 100755 --- a/TileCalorimeter/TileSvc/TileIdCnv/src/TileHWIDDetDescrCnv.cxx +++ b/TileCalorimeter/TileSvc/TileIdCnv/src/TileHWIDDetDescrCnv.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ /*************************************************************************** @@ -17,7 +17,7 @@ #include "DetDescrCnvSvc/DetDescrConverter.h" #include "DetDescrCnvSvc/DetDescrAddress.h" #include "GaudiKernel/MsgStream.h" -#include "StoreGate/StoreGate.h" +#include "StoreGate/StoreGateSvc.h" #include "IdDictDetDescr/IdDictManager.h" //#include "Identifier/IdentifierHash.h" -- GitLab