ATLAS Offline Software
Loading...
Searching...
No Matches
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
18namespace 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
std::vector< Material_p1 > table
std::vector< std::string > names
Ensure that the ATLAS eigen extensions are properly loaded.