From 9a047811b21415e52449f6aa5f1c67d0749b907e Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Mon, 19 Oct 2020 16:58:44 +0200 Subject: [PATCH] ExpressionEvaluation: Remove reference to StoreGate.h. Remove reference to obsolete header StoreGate.h. --- .../ExpressionEvaluation/SGNTUPProxyLoader.h | 4 ++-- .../ExpressionEvaluation/SGxAODProxyLoader.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/ExpressionEvaluation/SGNTUPProxyLoader.h b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/ExpressionEvaluation/SGNTUPProxyLoader.h index 38ac3258df0..b1f90bd9600 100644 --- a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/ExpressionEvaluation/SGNTUPProxyLoader.h +++ b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/ExpressionEvaluation/SGNTUPProxyLoader.h @@ -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 */ ///////////////////////////////////////////////////////////////// @@ -15,7 +15,7 @@ #include "ExpressionEvaluation/IProxyLoader.h" #include "GaudiKernel/ServiceHandle.h" -#include "StoreGate/StoreGate.h" +#include "StoreGate/StoreGateSvc.h" #include "SGTools/StlVectorClids.h" #include "SGTools/BuiltinsClids.h" diff --git a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/ExpressionEvaluation/SGxAODProxyLoader.h b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/ExpressionEvaluation/SGxAODProxyLoader.h index 25038fcf45f..42ea4ffaec5 100644 --- a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/ExpressionEvaluation/SGxAODProxyLoader.h +++ b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/ExpressionEvaluation/SGxAODProxyLoader.h @@ -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 */ ///////////////////////////////////////////////////////////////// @@ -16,7 +16,7 @@ #include "ExpressionEvaluation/xAODVariableProxyLoaders.h" #include "GaudiKernel/ServiceHandle.h" -#include "StoreGate/StoreGate.h" +#include "StoreGate/StoreGateSvc.h" #include "SGTools/StlVectorClids.h" #include "SGTools/BuiltinsClids.h" -- GitLab