Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Types | 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 Types

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

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...
 
chType_t chType {chType_t::Wire}
 
Amg::Transform3D transform {Amg::Transform3D::Identity()}
 @ transformation More...
 

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  }

Member Data Documentation

◆ chType

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

Definition at line 166 of file runsTgcGeoComparison.cxx.

◆ gasGap

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

Gas gap number of the layer.

Definition at line 163 of file runsTgcGeoComparison.cxx.

◆ transform

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

@ transformation

Definition at line 168 of file runsTgcGeoComparison.cxx.


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