ATLAS Offline Software
Loading...
Searching...
No Matches
LayerMaterialMap_tlp1.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_tlp1.h, (c) ATLAS Detector software
8
9#ifndef LAYERMATERIALMAP_TLP1_TRK_H
10#define LAYERMATERIALMAP_TLP1_TRK_H
11
19
21
23#include <vector>
24
25namespace Trk
26{
28 {
29 public:
31
33
34 std::vector< Trk::LayerMaterialMap_p1 > layerMaterialMaps;
35
36 std::vector<Trk::MaterialProperties_p1> materialPropertiesStore;
37 std::vector<Trk::ElementTable_p1> elementTableStore;
38
39 std::vector<Trk::BinnedLayerMaterial_p1> binnedLayerMaterialStore;
40 std::vector<Trk::CompressedLayerMaterial_p1> compressedLayerMaterialStore;
41 std::vector<Trk::CompoundLayerMaterial_p1> compoundLayerMaterialStore;
42 std::vector<Trk::HomogeneousLayerMaterial_p1> homogeneousLayerMaterialStore;
43
44 };
45}
46
47#endif // LAYERMATERIALCOLLECTION_TLP1_TRK_H
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...
std::vector< Trk::CompressedLayerMaterial_p1 > compressedLayerMaterialStore
std::vector< Trk::LayerMaterialMap_p1 > layerMaterialMaps
in case you write multiple collections
std::vector< Trk::CompoundLayerMaterial_p1 > compoundLayerMaterialStore
std::vector< Trk::MaterialProperties_p1 > materialPropertiesStore
the common store to all material properties
std::vector< Trk::HomogeneousLayerMaterial_p1 > homogeneousLayerMaterialStore
std::vector< Trk::BinnedLayerMaterial_p1 > binnedLayerMaterialStore
std::vector< Trk::ElementTable_p1 > elementTableStore
this is where the elements are stored
Ensure that the ATLAS eigen extensions are properly loaded.