ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGMR4::MmReadoutGeomTool::FactoryCache Struct Reference

Cache object to the wMMTable & store stripDesigns & layers to make the information available throughout the geometry building and to allow for sharing of Identical StripLayers. More...

Collaboration diagram for MuonGMR4::MmReadoutGeomTool::FactoryCache:

Public Types

using ParamBookTable = std::map<std::string, wMMTable>

Public Attributes

std::set< StripDesignPtr, StripDesignSorterstripDesigns {}
std::set< StripLayerPtr, StripLayerSorterstripLayers {}
ParamBookTable parameterBook {}
GeoDeDuplicator trfNodeMaker {}
 Helper object to turn Amg::Transforms into GeoModel tree transform nodes.

Detailed Description

Cache object to the wMMTable & store stripDesigns & layers to make the information available throughout the geometry building and to allow for sharing of Identical StripLayers.

Definition at line 53 of file MmReadoutGeomTool.h.

Member Typedef Documentation

◆ ParamBookTable

Definition at line 55 of file MmReadoutGeomTool.h.

Member Data Documentation

◆ parameterBook

ParamBookTable MuonGMR4::MmReadoutGeomTool::FactoryCache::parameterBook {}

Definition at line 59 of file MmReadoutGeomTool.h.

59{};

◆ stripDesigns

std::set<StripDesignPtr, StripDesignSorter> MuonGMR4::MmReadoutGeomTool::FactoryCache::stripDesigns {}

Definition at line 56 of file MmReadoutGeomTool.h.

56{};

◆ stripLayers

std::set<StripLayerPtr, StripLayerSorter> MuonGMR4::MmReadoutGeomTool::FactoryCache::stripLayers {}

Definition at line 57 of file MmReadoutGeomTool.h.

57{};

◆ trfNodeMaker

GeoDeDuplicator MuonGMR4::MmReadoutGeomTool::FactoryCache::trfNodeMaker {}

Helper object to turn Amg::Transforms into GeoModel tree transform nodes.

Definition at line 61 of file MmReadoutGeomTool.h.

61{};

The documentation for this struct was generated from the following file: