ATLAS Offline Software
ElementTable_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 
6 // ElementTable_p1.h, (c) ATLAS Detector software
8 
9 #ifndef ELEMENTTABLE_P1_TRK_H
10 #define ELEMENTTABLE_P1_TRK_H
11 
12 #include <vector>
13 #include <climits>
14 #include <string>
17 
18 namespace Trk
19 {
25  {
26  public:
28  table(),
29  names()
30  {}
31 
32  std::vector<Material_p1> table;
33  std::vector<std::string> names;
34  };
35 }
36 
37 #endif // ELEMENTTABLE_P1_TRK_H
Trk::ElementTable_p1::table
std::vector< Material_p1 > table
Definition: ElementTable_p1.h:32
Material_p1.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::ElementTable_p1::names
std::vector< std::string > names
Definition: ElementTable_p1.h:33
TPObjRef.h
Trk::ElementTable_p1
Definition: ElementTable_p1.h:25
Trk::ElementTable_p1::ElementTable_p1
ElementTable_p1()
Definition: ElementTable_p1.h:27