ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MmChamber::MmLayer Struct Reference

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

Collaboration diagram for MmChamber::MmLayer:

Public Member Functions

bool operator< (const MmLayer &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...
 
Amg::Vector2D firstStripPos {Amg::Vector2D::Zero()}
 @ Reference position of the first strip More...
 
unsigned int firstStrip {0}
 @ Reference number of the first strip More...
 
int readoutSide {0}
 @ Readout side on the detector More...
 

Detailed Description

Helper struct to assess that the layers are properly oriented.

Definition at line 90 of file runMmGeoComparison.cxx.

Member Function Documentation

◆ operator<()

bool MmChamber::MmLayer::operator< ( const MmLayer other) const
inline

Ordering operator.

Definition at line 102 of file runMmGeoComparison.cxx.

102  {
103  return gasGap < other.gasGap;
104  }

Member Data Documentation

◆ firstStrip

unsigned int MmChamber::MmLayer::firstStrip {0}

@ Reference number of the first strip

Definition at line 98 of file runMmGeoComparison.cxx.

◆ firstStripPos

Amg::Vector2D MmChamber::MmLayer::firstStripPos {Amg::Vector2D::Zero()}

@ Reference position of the first strip

Definition at line 96 of file runMmGeoComparison.cxx.

◆ gasGap

unsigned int MmChamber::MmLayer::gasGap {0}

Gas gap number of the layer.

Definition at line 92 of file runMmGeoComparison.cxx.

◆ readoutSide

int MmChamber::MmLayer::readoutSide {0}

@ Readout side on the detector

Definition at line 100 of file runMmGeoComparison.cxx.

◆ transform

Amg::Transform3D MmChamber::MmLayer::transform {Amg::Transform3D::Identity()}

@ transformation

Definition at line 94 of file runMmGeoComparison.cxx.


The documentation for this struct was generated from the following file:
MmChamber::MmLayer::gasGap
unsigned int gasGap
Gas gap number of the layer.
Definition: runMmGeoComparison.cxx:92
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16