ATLAS Offline Software
Loading...
Searching...
No Matches
DataLink_p2.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_p2_H
6#define DATAMODELATHENAPOOL_DATALINK_p2_H
7
12
13#include <vector>
14#include <stdint.h>
15
16#include "SGCore/sgkey_t.h"
17
22
24public:
26
27 SG::sgkey_t m_SGKeyHash; // hash for StoreGate container name
28};
29
30
31
35typedef std::vector<DataLink_p2> DataLinkVector_p2;
36
37
38#endif
Persistent representation of DataLinkVector.
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Definition sgkey_t.h:32