ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
34 m_materialPropertiesCnv.setPStorage( &storage->materialPropertiesStore );
35 m_elementTableCnv.setPStorage( &storage->elementTableStore );
36
37 m_blMaterialCnv.setPStorage( &storage->binnedLayerMaterialStore );
38 m_klMaterialCnv.setPStorage( &storage->compressedLayerMaterialStore );
39 m_clMaterialCnv.setPStorage( &storage->compoundLayerMaterialStore );
40 m_hlMaterialCnv.setPStorage( &storage->homogeneousLayerMaterialStore );
41}
HomogeneousLayerMaterialCnv_p1 m_hlMaterialCnv
virtual ~LayerMaterialMapCnv_tlp1()
BinnedLayerMaterialCnv_p1 m_blMaterialCnv
CompoundLayerMaterialCnv_p1 m_clMaterialCnv
MaterialPropertiesCnv_p1 m_materialPropertiesCnv
virtual void setPStorage(Trk::LayerMaterialMap_tlp1 *storage)
CompressedLayerMaterialCnv_p1 m_klMaterialCnv
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
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