![]() |
ATLAS Offline Software
|
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...
Public Types | |
using | ParamBookTable = std::map< std::string, wRPCTable > |
Public Attributes | |
std::set< StripDesignPtr, StripDesignSorter > | stripDesigns {} |
std::set< StripLayerPtr, StripLayerSorter > | stripLayers {} |
ParamBookTable | parameterBook {} |
GeoDeDuplicator | trfNodeMaker {} |
Helper object to turn Amg::Transforms into GeoModel tree transform nodes. More... | |
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.
using MuonGMR4::RpcReadoutGeomTool::FactoryCache::ParamBookTable = std::map<std::string, wRPCTable> |
Definition at line 63 of file RpcReadoutGeomTool.h.
ParamBookTable MuonGMR4::RpcReadoutGeomTool::FactoryCache::parameterBook {} |
Definition at line 67 of file RpcReadoutGeomTool.h.
std::set<StripDesignPtr, StripDesignSorter> MuonGMR4::RpcReadoutGeomTool::FactoryCache::stripDesigns {} |
Definition at line 65 of file RpcReadoutGeomTool.h.
std::set<StripLayerPtr, StripLayerSorter> MuonGMR4::RpcReadoutGeomTool::FactoryCache::stripLayers {} |
Definition at line 66 of file RpcReadoutGeomTool.h.
GeoDeDuplicator MuonGMR4::RpcReadoutGeomTool::FactoryCache::trfNodeMaker {} |
Helper object to turn Amg::Transforms into GeoModel tree transform nodes.
Definition at line 69 of file RpcReadoutGeomTool.h.