ATLAS Offline Software
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:
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 
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.