ATLAS Offline Software
Loading...
Searching...
No Matches
TgcChamber::WireGang Struct Reference
Collaboration diagram for TgcChamber::WireGang:

Public Member Functions

bool operator< (const WireGang &other) const

Public Attributes

unsigned int numWires {0}
unsigned int gasGap {0}
unsigned int number {0}
Amg::Vector3D position {Amg::Vector3D::Zero()}
Amg::Vector2D localPos {Amg::Vector2D::Zero()}
float length {0.f}

Detailed Description

Definition at line 70 of file runTgcGeoComparison.cxx.

Member Function Documentation

◆ operator<()

bool TgcChamber::WireGang::operator< ( const WireGang & other) const
inline

Definition at line 78 of file runTgcGeoComparison.cxx.

78 {
79 if (gasGap != other.gasGap) return gasGap < other.gasGap;
80 return number < other.number;
81 }

Member Data Documentation

◆ gasGap

unsigned int TgcChamber::WireGang::gasGap {0}

Definition at line 72 of file runTgcGeoComparison.cxx.

72{0};

◆ length

float TgcChamber::WireGang::length {0.f}

Definition at line 76 of file runTgcGeoComparison.cxx.

76{0.f};

◆ localPos

Amg::Vector2D TgcChamber::WireGang::localPos {Amg::Vector2D::Zero()}

Definition at line 75 of file runTgcGeoComparison.cxx.

75{Amg::Vector2D::Zero()};

◆ number

unsigned int TgcChamber::WireGang::number {0}

Definition at line 73 of file runTgcGeoComparison.cxx.

73{0};

◆ numWires

unsigned int TgcChamber::WireGang::numWires {0}

Definition at line 71 of file runTgcGeoComparison.cxx.

71{0};

◆ position

Amg::Vector3D TgcChamber::WireGang::position {Amg::Vector3D::Zero()}

Definition at line 74 of file runTgcGeoComparison.cxx.

74{Amg::Vector3D::Zero()};

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