ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGM::TgcChamberLayout Struct Reference
Collaboration diagram for MuonGM::TgcChamberLayout:

Public Member Functions

bool operator== (const TgcChamberLayout &other) const

Public Attributes

Identifier gasGap {}
std::string techType {}
std::vector< double > botStripPos {}
std::vector< double > topStripPos {}
std::vector< int > wireGangLayout {}
double wirePitch {0.}

Detailed Description

Member Function Documentation

◆ operator==()

bool MuonGM::TgcChamberLayout::operator== ( const TgcChamberLayout & other) const
inline

Definition at line 59 of file MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx.

59 {
60 return isEqual(botStripPos, other.botStripPos) &&
61 isEqual(topStripPos, other.topStripPos) &&
62 isEqual(wireGangLayout, other.wireGangLayout) &&
63 std::abs(wirePitch - other.wirePitch) < std::numeric_limits<float>::epsilon();
64 }
bool isEqual(const std::vector< VType > &a, const std::vector< VType > &b)

Member Data Documentation

◆ botStripPos

std::vector<double> MuonGM::TgcChamberLayout::botStripPos {}

Definition at line 54 of file MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx.

54{};

◆ gasGap

Identifier MuonGM::TgcChamberLayout::gasGap {}

Definition at line 52 of file MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx.

52{};

◆ techType

std::string MuonGM::TgcChamberLayout::techType {}

Definition at line 53 of file MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx.

53{};

◆ topStripPos

std::vector<double> MuonGM::TgcChamberLayout::topStripPos {}

Definition at line 55 of file MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx.

55{};

◆ wireGangLayout

std::vector<int> MuonGM::TgcChamberLayout::wireGangLayout {}

Definition at line 56 of file MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx.

56{};

◆ wirePitch

double MuonGM::TgcChamberLayout::wirePitch {0.}

Definition at line 57 of file MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx.

57{0.};

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