ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
sTgcChamber::sTgcLayer Struct Reference

Helper struct to assess that the layers are properly oriented. More...

Collaboration diagram for sTgcChamber::sTgcLayer:

Public Member Functions

bool operator< (const sTgcLayer &other) const
 Ordering operator. More...
 

Public Attributes

unsigned int gasGap {0}
 Gas gap number of the layer. More...
 
Amg::Transform3D transform {Amg::Transform3D::Identity()}
 @ transformation More...
 

Detailed Description

Helper struct to assess that the layers are properly oriented.

Definition at line 159 of file runsTgcGeoComparison.cxx.

Member Function Documentation

◆ operator<()

bool sTgcChamber::sTgcLayer::operator< ( const sTgcLayer other) const
inline

Ordering operator.

Definition at line 165 of file runsTgcGeoComparison.cxx.

165  {
166  return gasGap < other.gasGap;
167  }

Member Data Documentation

◆ gasGap

unsigned int sTgcChamber::sTgcLayer::gasGap {0}

Gas gap number of the layer.

Definition at line 161 of file runsTgcGeoComparison.cxx.

◆ transform

Amg::Transform3D sTgcChamber::sTgcLayer::transform {Amg::Transform3D::Identity()}

@ transformation

Definition at line 163 of file runsTgcGeoComparison.cxx.


The documentation for this struct was generated from the following file:
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
sTgcChamber::sTgcLayer::gasGap
unsigned int gasGap
Gas gap number of the layer.
Definition: runsTgcGeoComparison.cxx:161