ATLAS Offline Software
DataLink_p1.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_P1_H
6 #define DATAMODELATHENAPOOL_DATALINK_P1_H
7 
13 #include <string>
14 #include <vector>
15 #include <stdint.h>
16 
17 #include "CxxUtils/sgkey_t.h"
18 
24 class DataLink_p1 {
25 public:
27 
28  std::string m_link;
29  SG::sgkey_t m_SGKeyHash; // replaces m_contName
30 };
31 
32 
33 
37 typedef std::vector<DataLink_p1> DataLinkVector_p1;
38 
39 
40 #endif
41 
42 
43 
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.