ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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

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

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  }

Member Data Documentation

◆ botStripPos

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

◆ gasGap

Identifier MuonGM::TgcChamberLayout::gasGap {}

◆ techType

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

◆ topStripPos

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

◆ wireGangLayout

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

◆ wirePitch

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

The documentation for this struct was generated from the following file:
MuonGM::TgcChamberLayout::topStripPos
std::vector< double > topStripPos
Definition: MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx:55
MuonGM::TgcChamberLayout::botStripPos
std::vector< double > botStripPos
Definition: MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx:54
MuonGM::isEqual
bool isEqual(const std::vector< VType > &a, const std::vector< VType > &b)
Definition: MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx:18
MuonGM::TgcChamberLayout::wireGangLayout
std::vector< int > wireGangLayout
Definition: MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx:56
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
MuonGM::TgcChamberLayout::wirePitch
double wirePitch
Definition: MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx:57