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

Public Member Functions

bool operator< (const LayerTrans &other) const

Public Attributes

unsigned int gasGap {0}
bool measPhi {false}
Amg::Transform3D trans {Amg::Transform3D::Identity()}
float shortWidth {0.f}
float longWidth {0.f}
float height {0.f}
unsigned int numWires {0}

Detailed Description

Definition at line 76 of file runTgcGeoComparison.cxx.

Member Function Documentation

◆ operator<()

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

Definition at line 87 of file runTgcGeoComparison.cxx.

87 {
88 if (gasGap!= other.gasGap) return gasGap < other.gasGap;
89 return measPhi < other.measPhi;
90 }

Member Data Documentation

◆ gasGap

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

Definition at line 77 of file runTgcGeoComparison.cxx.

77{0};

◆ height

float TgcChamber::LayerTrans::height {0.f}

Definition at line 83 of file runTgcGeoComparison.cxx.

83{0.f};

◆ longWidth

float TgcChamber::LayerTrans::longWidth {0.f}

Definition at line 82 of file runTgcGeoComparison.cxx.

82{0.f};

◆ measPhi

bool TgcChamber::LayerTrans::measPhi {false}

Definition at line 78 of file runTgcGeoComparison.cxx.

78{false};

◆ numWires

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

Definition at line 85 of file runTgcGeoComparison.cxx.

85{0};

◆ shortWidth

float TgcChamber::LayerTrans::shortWidth {0.f}

Definition at line 81 of file runTgcGeoComparison.cxx.

81{0.f};

◆ trans

Amg::Transform3D TgcChamber::LayerTrans::trans {Amg::Transform3D::Identity()}

Definition at line 79 of file runTgcGeoComparison.cxx.

79{Amg::Transform3D::Identity()};

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