ATLAS Offline Software
ElementLinkContNames_p2.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 DATAMODELATHENAPOOL_ELEMENTLINKCONTAINERNAMES_P2_H
6 #define DATAMODELATHENAPOOL_ELEMENTLINKCONTAINERNAMES_P2_H
7 
13 #include <string>
14 #include <vector>
15 
23 public:
24 
26 
28  std::vector<std::string> m_names;
29 
30 
31 };
32 
33 #endif // DATAMODELATHENAPOOL_ELEMENTLINKCONTAINERNAMES_P2_H
34 
35 
ElementLinkContNames_p2::ElementLinkContNames_p2
ElementLinkContNames_p2()
Definition: ElementLinkContNames_p2.h:25
ElementLinkContNames_p2
Definition: ElementLinkContNames_p2.h:22
ElementLinkContNames_p2::m_names
std::vector< std::string > m_names
ElementLink container names.
Definition: ElementLinkContNames_p2.h:28