ATLAS Offline Software
LayerMaterialMapCnv_tlp1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // LayerMaterialMapCnv_tlp1.cxx, (c) ATLAS Detector software
8 
10 
12 {
13 
15 
18 
23 }
24 
26 = default;
27 
29 {
30  // for implicit TrackCollection_p1 from the base class:
32 
33  // for all converters defined in this top level converter
36 
41 }
LayerMaterialMapCnv_tlp1.h
LayerMaterialMapCnv_tlp1::setPStorage
virtual void setPStorage(Trk::LayerMaterialMap_tlp1 *storage)
Definition: LayerMaterialMapCnv_tlp1.cxx:28
LayerMaterialMapCnv_tlp1::m_klMaterialCnv
CompressedLayerMaterialCnv_p1 m_klMaterialCnv
Definition: LayerMaterialMapCnv_tlp1.h:42
TPAbstractPolyCnvBase::setPStorage
void setPStorage(std::vector< PERS > *storage)
Tell this converter which storage vector it should use to store or retrieve persistent representation...
Definition: TPConverter.h:551
Trk::LayerMaterialMap_tlp1::layerMaterialMaps
std::vector< Trk::LayerMaterialMap_p1 > layerMaterialMaps
in case you write multiple collections
Definition: LayerMaterialMap_tlp1.h:34
Trk::LayerMaterialMap_tlp1::binnedLayerMaterialStore
std::vector< Trk::BinnedLayerMaterial_p1 > binnedLayerMaterialStore
Definition: LayerMaterialMap_tlp1.h:39
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
Trk::LayerMaterialMap_tlp1::compressedLayerMaterialStore
std::vector< Trk::CompressedLayerMaterial_p1 > compressedLayerMaterialStore
Definition: LayerMaterialMap_tlp1.h:40
LayerMaterialMapCnv_tlp1::~LayerMaterialMapCnv_tlp1
virtual ~LayerMaterialMapCnv_tlp1()
LayerMaterialMapCnv_tlp1::LayerMaterialMapCnv_tlp1
LayerMaterialMapCnv_tlp1()
Definition: LayerMaterialMapCnv_tlp1.cxx:11
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
Trk::LayerMaterialMap_tlp1
Definition: LayerMaterialMap_tlp1.h:28
LayerMaterialMapCnv_tlp1::m_materialPropertiesCnv
MaterialPropertiesCnv_p1 m_materialPropertiesCnv
Definition: LayerMaterialMapCnv_tlp1.h:38
LayerMaterialMapCnv_tlp1::m_clMaterialCnv
CompoundLayerMaterialCnv_p1 m_clMaterialCnv
Definition: LayerMaterialMapCnv_tlp1.h:43
Trk::LayerMaterialMap_tlp1::homogeneousLayerMaterialStore
std::vector< Trk::HomogeneousLayerMaterial_p1 > homogeneousLayerMaterialStore
Definition: LayerMaterialMap_tlp1.h:42
LayerMaterialMapCnv_tlp1::m_blMaterialCnv
BinnedLayerMaterialCnv_p1 m_blMaterialCnv
Definition: LayerMaterialMapCnv_tlp1.h:41
LayerMaterialMapCnv_tlp1::m_hlMaterialCnv
HomogeneousLayerMaterialCnv_p1 m_hlMaterialCnv
Definition: LayerMaterialMapCnv_tlp1.h:44
LayerMaterialMapCnv_tlp1::m_elementTableCnv
ElementTableCnv_p1 m_elementTableCnv
Definition: LayerMaterialMapCnv_tlp1.h:39
Trk::LayerMaterialMap_tlp1::materialPropertiesStore
std::vector< Trk::MaterialProperties_p1 > materialPropertiesStore
the common store to all material properties
Definition: LayerMaterialMap_tlp1.h:36
Trk::LayerMaterialMap_tlp1::compoundLayerMaterialStore
std::vector< Trk::CompoundLayerMaterial_p1 > compoundLayerMaterialStore
Definition: LayerMaterialMap_tlp1.h:41
Trk::LayerMaterialMap_tlp1::elementTableStore
std::vector< Trk::ElementTable_p1 > elementTableStore
this is where the elements are stored
Definition: LayerMaterialMap_tlp1.h:37
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152