ATLAS Offline Software
LayerMaterialMap_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 
6 // LayerMaterialMap_p1.h, (c) ATLAS Detector software
8 
9 #ifndef LAYERMATERIALMAP_P1_TRK_H
10 #define LAYERMATERIALMAP_P1_TRK_H
11 
13 #include <vector>
15 
16 
17 namespace Trk
18 {
20  {
21  public:
22  std::vector<TPObjRef> lmVector;
23  std::vector<int> idxVector;
24 
26 
28  elementTable()
29  {}
30 
31  };
32 }
33 
34 #endif // LAYERMATERIALCOLLECTION_P1_TRK_H
Trk::LayerMaterialMap_p1
Definition: LayerMaterialMap_p1.h:20
ElementTable_p1.h
Trk::LayerMaterialMap_p1::elementTable
ElementTable_p1 elementTable
Definition: LayerMaterialMap_p1.h:25
Trk::LayerMaterialMap_p1::LayerMaterialMap_p1
LayerMaterialMap_p1()
Definition: LayerMaterialMap_p1.h:27
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::LayerMaterialMap_p1::idxVector
std::vector< int > idxVector
Definition: LayerMaterialMap_p1.h:23
Trk::LayerMaterialMap_p1::lmVector
std::vector< TPObjRef > lmVector
Definition: LayerMaterialMap_p1.h:22
TPObjRef.h
Trk::ElementTable_p1
Definition: ElementTable_p1.h:25