ATLAS Offline Software
Loading...
Searching...
No Matches
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.

Public Attributes

unsigned int gasGap {0}
 Gas gap number of the layer.
Amg::Transform3D transform {Amg::Transform3D::Identity()}
 @ transformation
Amg::Vector2D firstStripPos {Amg::Vector2D::Zero()}
 @ Reference position of the first strip
unsigned int firstStrip {0}
 @ Reference number of the first strip
unsigned int nStrips {0}
 @Reference number of all strips
int readoutSide {0}
 @ Readout side on the detector

Detailed Description

Helper struct to assess that the layers are properly oriented.

Definition at line 98 of file runMmGeoComparison.cxx.

Member Function Documentation

◆ operator<()

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

Ordering operator.

Definition at line 112 of file runMmGeoComparison.cxx.

112 {
113 return gasGap < other.gasGap;
114 }
unsigned int gasGap
Gas gap number of the layer.

Member Data Documentation

◆ firstStrip

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

@ Reference number of the first strip

Definition at line 106 of file runMmGeoComparison.cxx.

106{0};

◆ firstStripPos

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

@ Reference position of the first strip

Definition at line 104 of file runMmGeoComparison.cxx.

104{Amg::Vector2D::Zero()};

◆ gasGap

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

Gas gap number of the layer.

Definition at line 100 of file runMmGeoComparison.cxx.

100{0};

◆ nStrips

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

@Reference number of all strips

Definition at line 108 of file runMmGeoComparison.cxx.

108{0};

◆ readoutSide

int MmChamber::MmLayer::readoutSide {0}

@ Readout side on the detector

Definition at line 110 of file runMmGeoComparison.cxx.

110{0};

◆ transform

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

@ transformation

Definition at line 102 of file runMmGeoComparison.cxx.

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

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