![]() |
ATLAS Offline Software
|
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...
Public Types | |
using | ParamBookTable = std::map< std::string, wMMTable > |
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 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.
using MuonGMR4::MmReadoutGeomTool::FactoryCache::ParamBookTable = std::map<std::string, wMMTable> |
Definition at line 55 of file MmReadoutGeomTool.h.
ParamBookTable MuonGMR4::MmReadoutGeomTool::FactoryCache::parameterBook {} |
Definition at line 59 of file MmReadoutGeomTool.h.
std::set<StripDesignPtr, StripDesignSorter> MuonGMR4::MmReadoutGeomTool::FactoryCache::stripDesigns {} |
Definition at line 56 of file MmReadoutGeomTool.h.
std::set<StripLayerPtr, StripLayerSorter> MuonGMR4::MmReadoutGeomTool::FactoryCache::stripLayers {} |
Definition at line 57 of file MmReadoutGeomTool.h.
GeoDeDuplicator MuonGMR4::MmReadoutGeomTool::FactoryCache::trfNodeMaker {} |
Helper object to turn Amg::Transforms into GeoModel tree transform nodes.
Definition at line 61 of file MmReadoutGeomTool.h.