ATLAS Offline Software
PixelRDOElemLinkVec_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHENAPOOLTESTATHENAPOOL_PIXELRDOELEMLINKVEC_P1_H
6 #define ATHENAPOOLTESTATHENAPOOL_PIXELRDOELEMLINKVEC_P1_H
7 
10 #include <vector>
11 
13 {
14 public:
15 
16  // Element links
17  std::vector<ElementLinkInt_p2> m_pixelRDOs;
18 
19  // Element link container name lookup table
21 
22 };
23 
24 #endif
25 
PixelRDOElemLinkVec_p1
Definition: PixelRDOElemLinkVec_p1.h:13
ElementLinkContNames_p2
Definition: ElementLinkContNames_p2.h:22
PixelRDOElemLinkVec_p1::m_linkNames
ElementLinkContNames_p2 m_linkNames
Definition: PixelRDOElemLinkVec_p1.h:20
PixelRDOElemLinkVec_p1::m_pixelRDOs
std::vector< ElementLinkInt_p2 > m_pixelRDOs
Definition: PixelRDOElemLinkVec_p1.h:17
ElementLinkContNames_p2.h
This file contains the class definition for the ElementLinkContNames_p2 class.