ATLAS Offline Software
Loading...
Searching...
No Matches
DataLink_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DATAMODELATHENAPOOL_DATALINK_P1_H
6#define DATAMODELATHENAPOOL_DATALINK_P1_H
7
12
13#include <string>
14#include <vector>
15#include <stdint.h>
16
17#include "SGCore/sgkey_t.h"
18
23
25public:
27
28 std::string m_link;
29 SG::sgkey_t m_SGKeyHash; // replaces m_contName
30};
31
32
33
37typedef std::vector<DataLink_p1> DataLinkVector_p1;
38
39
40#endif
Persistent representation of DataLinkVector.
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Definition sgkey_t.h:32