Skip to content
Snippets Groups Projects
Commit 01bb36a3 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'sg.StoreGateBindings-20201030' into 'master'

StoreGateBindings: Remove reference to StoreGate.h.

See merge request atlas/athena!37796
parents 76199ff0 282ca321
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!37796StoreGateBindings: Remove reference to StoreGate.h.
<lcgdict>
<class name="StoreGate"/>
<class name="StoreGateSvc"/>
<namespace name="AthenaInternal"/>
......
......@@ -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 ):
......
///////////////////////// -*- 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;
......
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