ATLAS Offline Software
|
Helper struct to cache the essential readout parameters from the WTGC tables. More...
Public Attributes | |
std::vector< double > | bottomStripPos {} |
std::vector< double > | topStripPos {} |
std::vector< unsigned int > | wireGangs {} |
double | wirePitch {0.} |
unsigned int | gasGap {0} |
Helper struct to cache the essential readout parameters from the WTGC tables.
Definition at line 39 of file TgcReadoutGeomTool.h.
std::vector<double> MuonGMR4::TgcReadoutGeomTool::wTgcTable::bottomStripPos {} |
Definition at line 40 of file TgcReadoutGeomTool.h.
unsigned int MuonGMR4::TgcReadoutGeomTool::wTgcTable::gasGap {0} |
Definition at line 44 of file TgcReadoutGeomTool.h.
std::vector<double> MuonGMR4::TgcReadoutGeomTool::wTgcTable::topStripPos {} |
Definition at line 41 of file TgcReadoutGeomTool.h.
std::vector<unsigned int> MuonGMR4::TgcReadoutGeomTool::wTgcTable::wireGangs {} |
Definition at line 42 of file TgcReadoutGeomTool.h.
double MuonGMR4::TgcReadoutGeomTool::wTgcTable::wirePitch {0.} |
Definition at line 43 of file TgcReadoutGeomTool.h.