![]() |
ATLAS Offline Software
|
Public Types | |
using | ParamBookTable = std::map< std::string, wSTGCTable > |
using | CutOutTable = std::map< Identifier, std::vector< CutOutArea > > |
Public Attributes | |
std::set< StripDesignPtr, StripDesignSorter > | stripDesigns {} |
std::set< WireDesignPtr, WireDesignSorter > | wireGroupDesigns {} |
std::set< PadDesignPtr, PadDesignSorter > | padDesigns {} |
ParamBookTable | parameterBook {} |
CutOutTable | cutOuts {} |
Definition at line 74 of file sTgcReadoutGeomTool.h.
using MuonGMR4::sTgcReadoutGeomTool::FactoryCache::CutOutTable = std::map<Identifier, std::vector<CutOutArea> > |
Definition at line 77 of file sTgcReadoutGeomTool.h.
using MuonGMR4::sTgcReadoutGeomTool::FactoryCache::ParamBookTable = std::map<std::string, wSTGCTable> |
Definition at line 76 of file sTgcReadoutGeomTool.h.
CutOutTable MuonGMR4::sTgcReadoutGeomTool::FactoryCache::cutOuts {} |
Definition at line 84 of file sTgcReadoutGeomTool.h.
std::set<PadDesignPtr, PadDesignSorter> MuonGMR4::sTgcReadoutGeomTool::FactoryCache::padDesigns {} |
Definition at line 81 of file sTgcReadoutGeomTool.h.
ParamBookTable MuonGMR4::sTgcReadoutGeomTool::FactoryCache::parameterBook {} |
Definition at line 83 of file sTgcReadoutGeomTool.h.
std::set<StripDesignPtr, StripDesignSorter> MuonGMR4::sTgcReadoutGeomTool::FactoryCache::stripDesigns {} |
Definition at line 79 of file sTgcReadoutGeomTool.h.
std::set<WireDesignPtr, WireDesignSorter> MuonGMR4::sTgcReadoutGeomTool::FactoryCache::wireGroupDesigns {} |
Definition at line 80 of file sTgcReadoutGeomTool.h.