Skip to content
Snippets Groups Projects
Commit ab514fcd authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'sg.AnalysisTest-20201020' into 'master'

AnalysisTest+AnalysisTools+ExpressionEvaluation+DPDUtils+MissingETGoodness: Remove reference to StoreGate.h.

See merge request atlas/athena!37454
parents 19dca762 dfcf7a1c
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
*/ */
#include "StoreGate/StoreGate.h"
static const int MAX_nCon = 128; static const int MAX_nCon = 128;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
......
/* /*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
//==================================================================== //====================================================================
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "EventInfo/EventInfo.h" #include "EventInfo/EventInfo.h"
#include "EventInfo/EventType.h" #include "EventInfo/EventType.h"
#include "EventInfo/EventID.h" #include "EventInfo/EventID.h"
#include "StoreGate/StoreGate.h" #include "StoreGate/StoreGateSvc.h"
#include "TChain.h" #include "TChain.h"
......
/* /*
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 @@ ...@@ -15,7 +15,7 @@
#include "ExpressionEvaluation/IProxyLoader.h" #include "ExpressionEvaluation/IProxyLoader.h"
#include "GaudiKernel/ServiceHandle.h" #include "GaudiKernel/ServiceHandle.h"
#include "StoreGate/StoreGate.h" #include "StoreGate/StoreGateSvc.h"
#include "SGTools/StlVectorClids.h" #include "SGTools/StlVectorClids.h"
#include "SGTools/BuiltinsClids.h" #include "SGTools/BuiltinsClids.h"
......
/* /*
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 @@ ...@@ -16,7 +16,7 @@
#include "ExpressionEvaluation/xAODVariableProxyLoaders.h" #include "ExpressionEvaluation/xAODVariableProxyLoaders.h"
#include "GaudiKernel/ServiceHandle.h" #include "GaudiKernel/ServiceHandle.h"
#include "StoreGate/StoreGate.h" #include "StoreGate/StoreGateSvc.h"
#include "SGTools/StlVectorClids.h" #include "SGTools/StlVectorClids.h"
#include "SGTools/BuiltinsClids.h" #include "SGTools/BuiltinsClids.h"
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef DPDTAGTOOL_H #ifndef DPDTAGTOOL_H
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "GaudiKernel/Algorithm.h" #include "GaudiKernel/Algorithm.h"
#include "AthenaBaseComps/AthAlgTool.h" #include "AthenaBaseComps/AthAlgTool.h"
#include "StoreGate/StoreGate.h"
#include "StoreGate/StoreGateSvc.h" #include "StoreGate/StoreGateSvc.h"
#include "TagEvent/TagFragmentCollection.h" #include "TagEvent/TagFragmentCollection.h"
#include "AthenaPoolUtilities/AthenaAttributeSpecification.h" #include "AthenaPoolUtilities/AthenaAttributeSpecification.h"
......
/* /*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
#include "MissingETGoodness/EtmissGoodnessManagerAlg.h" #include "MissingETGoodness/EtmissGoodnessManagerAlg.h"
#include "StoreGate/StoreGate.h"
#include "xAODEventInfo/EventInfo.h" #include "xAODEventInfo/EventInfo.h"
#include "MissingETGoodness/EtmissGoodnessManager.h" #include "MissingETGoodness/EtmissGoodnessManager.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment