ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGMR4::TgcReadoutGeomTool::wTgcTable Struct Reference

Helper struct to cache the essential readout parameters from the WTGC tables. More...

Collaboration diagram for MuonGMR4::TgcReadoutGeomTool::wTgcTable:

Public Attributes

std::vector< double > bottomStripPos {}
std::vector< double > topStripPos {}
std::vector< unsigned int > wireGangs {}
double wirePitch {0.}
unsigned int gasGap {0}

Detailed Description

Helper struct to cache the essential readout parameters from the WTGC tables.

Definition at line 38 of file TgcReadoutGeomTool.h.

Member Data Documentation

◆ bottomStripPos

std::vector<double> MuonGMR4::TgcReadoutGeomTool::wTgcTable::bottomStripPos {}

Definition at line 39 of file TgcReadoutGeomTool.h.

39{};

◆ gasGap

unsigned int MuonGMR4::TgcReadoutGeomTool::wTgcTable::gasGap {0}

Definition at line 43 of file TgcReadoutGeomTool.h.

43{0};

◆ topStripPos

std::vector<double> MuonGMR4::TgcReadoutGeomTool::wTgcTable::topStripPos {}

Definition at line 40 of file TgcReadoutGeomTool.h.

40{};

◆ wireGangs

std::vector<unsigned int> MuonGMR4::TgcReadoutGeomTool::wTgcTable::wireGangs {}

Definition at line 41 of file TgcReadoutGeomTool.h.

41{};

◆ wirePitch

double MuonGMR4::TgcReadoutGeomTool::wTgcTable::wirePitch {0.}

Definition at line 42 of file TgcReadoutGeomTool.h.

42{0.};

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