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

Cache object to the wRPCTable & 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::RpcReadoutGeomTool::FactoryCache:

Public Types

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

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 wRPCTable & store stripDesigns & layers to make the information available throughout the geometry building and to allow for sharing of Identical StripLayers.

Definition at line 61 of file RpcReadoutGeomTool.h.

Member Typedef Documentation

◆ ParamBookTable

Definition at line 63 of file RpcReadoutGeomTool.h.

Member Data Documentation

◆ parameterBook

ParamBookTable MuonGMR4::RpcReadoutGeomTool::FactoryCache::parameterBook {}

Definition at line 67 of file RpcReadoutGeomTool.h.

67{};

◆ stripDesigns

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

Definition at line 65 of file RpcReadoutGeomTool.h.

65{};

◆ stripLayers

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

Definition at line 66 of file RpcReadoutGeomTool.h.

66{};

◆ trfNodeMaker

GeoDeDuplicator MuonGMR4::RpcReadoutGeomTool::FactoryCache::trfNodeMaker {}

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

Definition at line 69 of file RpcReadoutGeomTool.h.

69{};

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