ATLAS Offline Software
Control
DataModelAthenaPool
DataModelAthenaPool
DataLink_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DATAMODELATHENAPOOL_DATALINK_p2_H
6
#define DATAMODELATHENAPOOL_DATALINK_p2_H
7
13
#include <vector>
14
#include <stdint.h>
15
16
#include "
CxxUtils/sgkey_t.h
"
17
23
class
DataLink_p2
{
24
public
:
25
DataLink_p2
() :
m_SGKeyHash
(0) {}
26
27
SG::sgkey_t
m_SGKeyHash
;
// hash for StoreGate container name
28
};
29
30
31
35
typedef
std::vector<DataLink_p2>
DataLinkVector_p2
;
36
37
38
#endif
39
40
41
DataLinkVector_p2
std::vector< DataLink_p2 > DataLinkVector_p2
Definition:
DataLink_p2.h:35
DataLink_p2::m_SGKeyHash
SG::sgkey_t m_SGKeyHash
Definition:
DataLink_p2.h:27
DataLink_p2
Persistent representation of DataLink contains the StoreGate key of the container object to which the...
Definition:
DataLink_p2.h:23
SG::sgkey_t
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Definition:
CxxUtils/CxxUtils/sgkey_t.h:32
sgkey_t.h
Define the type used for hashed StoreGate key+CLID pairs.
DataLink_p2::DataLink_p2
DataLink_p2()
Definition:
DataLink_p2.h:25
Generated on Wed Mar 12 2025 21:09:19 for ATLAS Offline Software by
1.8.18