ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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 63 of file runTgcGeoComparison.cxx.

Member Function Documentation

◆ operator<()

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

Definition at line 71 of file runTgcGeoComparison.cxx.

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

Member Data Documentation

◆ gasGap

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

Definition at line 65 of file runTgcGeoComparison.cxx.

◆ length

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

Definition at line 69 of file runTgcGeoComparison.cxx.

◆ localPos

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

Definition at line 68 of file runTgcGeoComparison.cxx.

◆ number

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

Definition at line 66 of file runTgcGeoComparison.cxx.

◆ numWires

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

Definition at line 64 of file runTgcGeoComparison.cxx.

◆ position

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

Definition at line 67 of file runTgcGeoComparison.cxx.


The documentation for this struct was generated from the following file:
TgcChamber::WireGang::number
unsigned int number
Definition: runTgcGeoComparison.cxx:66
TgcChamber::WireGang::gasGap
unsigned int gasGap
Definition: runTgcGeoComparison.cxx:65
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16