ATLAS Offline Software
Loading...
Searching...
No Matches
ElementLink.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
10
11
12#include "AthLinks/ElementLink.h"
14
15
16namespace SG_detail {
17
18
32 SG::sgkey_t sgkey_in,
33 size_t index_in,
34 SG::sgkey_t& sgkey_out,
35 size_t& index_out)
36{
37 return sg->tryELRemap (sgkey_in, index_in, sgkey_out, index_out);
38}
39
40
41} // namespace SG_detail
virtual bool tryELRemap(sgkey_t sgkey_in, size_t index_in, sgkey_t &sgkey_out, size_t &index_out)
Test to see if the target of an ElementLink has moved.
bool checkForRemap(IProxyDict *sg, SG::sgkey_t sgkey_in, size_t index_in, SG::sgkey_t &sgkey_out, size_t &index_out)
See if an EL is being remapped.
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Definition sgkey_t.h:32