diff --git a/Control/StoreGateBindings/StoreGateBindings/selection.xml b/Control/StoreGateBindings/StoreGateBindings/selection.xml index aaa66fb5ac4fa11e969fc6f346ed16f2c5a64e14..085814350237225550da924d8fc8605262f0c196 100755 --- a/Control/StoreGateBindings/StoreGateBindings/selection.xml +++ b/Control/StoreGateBindings/StoreGateBindings/selection.xml @@ -1,5 +1,4 @@ <lcgdict> - <class name="StoreGate"/> <class name="StoreGateSvc"/> <namespace name="AthenaInternal"/> diff --git a/Control/StoreGateBindings/python/Bindings.py b/Control/StoreGateBindings/python/Bindings.py index cc8f7c746c5d75a9c08e0131cd3c603a37d7b3ca..07d8c9b46fd535518d3ff5fd6992be3c07a04fb1 100644 --- a/Control/StoreGateBindings/python/Bindings.py +++ b/Control/StoreGateBindings/python/Bindings.py @@ -33,9 +33,8 @@ def _setup(): py_sg_getitem = cppyy.gbl.AthenaInternal.py_sg_getitem # retrieve the StoreGateSvc class - global StoreGate, StoreGateSvc + global StoreGateSvc StoreGateSvc = cppyy.gbl.StoreGateSvc - StoreGate = cppyy.gbl.StoreGate # add specialized retrieve method def retrieve( self, klass, key = None ): diff --git a/Control/StoreGateBindings/src/StoreGateBindingsDict.h b/Control/StoreGateBindings/src/StoreGateBindingsDict.h index ea70377a8ec5f1989e43e25e8622f217d02d8145..6b95bbb15fdd18e2b8cb519a944c42d7893ff12d 100755 --- a/Control/StoreGateBindings/src/StoreGateBindingsDict.h +++ b/Control/StoreGateBindings/src/StoreGateBindingsDict.h @@ -1,14 +1,13 @@ ///////////////////////// -*- C++ -*- ///////////////////////////// /* - 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 STOREGATEBINDINGS_STOREGATEBINDINGSDICT_H #define STOREGATEBINDINGS_STOREGATEBINDINGSDICT_H #include "StoreGate/StoreGateSvc.h" -#include "StoreGate/StoreGate.h" struct _object; typedef _object PyObject;