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 62 of file runTgcGeoComparison.cxx.

Member Function Documentation

◆ operator<()

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

Definition at line 70 of file runTgcGeoComparison.cxx.

70 {
71 if (gasGap != other.gasGap) return gasGap < other.gasGap;
72 return number < other.number;
73 }

Member Data Documentation

◆ gasGap

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

Definition at line 64 of file runTgcGeoComparison.cxx.

64{0};

◆ length

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

Definition at line 68 of file runTgcGeoComparison.cxx.

68{0.f};

◆ localPos

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

Definition at line 67 of file runTgcGeoComparison.cxx.

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

◆ number

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

Definition at line 65 of file runTgcGeoComparison.cxx.

65{0};

◆ numWires

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

Definition at line 63 of file runTgcGeoComparison.cxx.

63{0};

◆ position

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

Definition at line 66 of file runTgcGeoComparison.cxx.

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

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