◆ operator==()
| bool MuonGM::TgcChamberLayout::operator== |
( |
const TgcChamberLayout & | other | ) |
const |
|
inline |
Definition at line 59 of file MuonDetDescr/MuonGeoModelTest/src/GeoModelTgcTest.cxx.
59 {
63 std::abs(
wirePitch -
other.wirePitch) < std::numeric_limits<float>::epsilon();
64 }
bool isEqual(const std::vector< VType > &a, const std::vector< VType > &b)
std::vector< double > botStripPos
std::vector< int > wireGangLayout
std::vector< double > topStripPos
◆ botStripPos
| std::vector<double> MuonGM::TgcChamberLayout::botStripPos {} |
◆ 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: