ATLAS Offline Software
Loading...
Searching...
No Matches
sTgcChamber::sTgcLayer Struct Reference

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

Collaboration diagram for sTgcChamber::sTgcLayer:

Public Types

using chType_t = sTgcIdHelper::sTgcChannelTypes
 channel type of the layer

Public Member Functions

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

Public Attributes

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

Detailed Description

Helper struct to assess that the layers are properly oriented.

Definition at line 161 of file runsTgcGeoComparison.cxx.

Member Typedef Documentation

◆ chType_t

channel type of the layer

Definition at line 165 of file runsTgcGeoComparison.cxx.

Member Function Documentation

◆ operator<()

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

Ordering operator.

Definition at line 170 of file runsTgcGeoComparison.cxx.

170 {
171 if (chType != other.chType) return chType < other.chType;
172 return gasGap < other.gasGap;
173 }
unsigned int gasGap
Gas gap number of the layer.

Member Data Documentation

◆ chType

chType_t sTgcChamber::sTgcLayer::chType {chType_t::Wire}

Definition at line 166 of file runsTgcGeoComparison.cxx.

166{chType_t::Wire};

◆ gasGap

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

Gas gap number of the layer.

Definition at line 163 of file runsTgcGeoComparison.cxx.

163{0};

◆ transform

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

@ transformation

Definition at line 168 of file runsTgcGeoComparison.cxx.

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

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