From 2052d7652eccf8a71ea1110f94b33c04aa7fe87c Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Wed, 7 Oct 2020 17:09:25 +0200 Subject: [PATCH] AthenaRootComps: Remove reference to StoreGate.h. Remove reference to obsolete header StoreGate.h. --- .../AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx | 2 +- Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx b/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx index 7d2a6a64e8c..e0a63e2765a 100644 --- a/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx +++ b/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx @@ -45,7 +45,7 @@ #include "SGTools/StlMapClids.h" // to make sure we have their clids #include "SGTools/StlVectorClids.h" // to make sure we have their clids #include "SGTools/TransientAddress.h" -#include "StoreGate/StoreGate.h" +#include "StoreGate/StoreGateSvc.h" #include "TObject.h" #include "TTree.h" diff --git a/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx b/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx index 9785f6408b8..4860a19f06c 100644 --- a/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx +++ b/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx @@ -46,7 +46,7 @@ #include "SGTools/StlMapClids.h" // to make sure we have their clids #include "SGTools/StlVectorClids.h" // to make sure we have their clids #include "SGTools/TransientAddress.h" -#include "StoreGate/StoreGate.h" +#include "StoreGate/StoreGateSvc.h" // EventInfo includes #include "EventInfo/EventInfo.h" -- GitLab