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

Member Function Documentation

◆ operator<()

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

Definition at line 88 of file runTgcGeoComparison.cxx.

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

Member Data Documentation

◆ gasGap

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

Definition at line 78 of file runTgcGeoComparison.cxx.

◆ height

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

Definition at line 84 of file runTgcGeoComparison.cxx.

◆ longWidth

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

Definition at line 83 of file runTgcGeoComparison.cxx.

◆ measPhi

bool TgcChamber::LayerTrans::measPhi {false}

Definition at line 79 of file runTgcGeoComparison.cxx.

◆ numWires

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

Definition at line 86 of file runTgcGeoComparison.cxx.

◆ shortWidth

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

Definition at line 82 of file runTgcGeoComparison.cxx.

◆ trans

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

Definition at line 80 of file runTgcGeoComparison.cxx.


The documentation for this struct was generated from the following file:
TgcChamber::LayerTrans::gasGap
unsigned int gasGap
Definition: runTgcGeoComparison.cxx:78
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
TgcChamber::LayerTrans::measPhi
bool measPhi
Definition: runTgcGeoComparison.cxx:79