ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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...
 
unsigned int nStrips {0}
 @Reference number of all strips 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 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  }

Member Data Documentation

◆ firstStrip

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

@ Reference number of the first strip

Definition at line 106 of file runMmGeoComparison.cxx.

◆ firstStripPos

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

@ Reference position of the first strip

Definition at line 104 of file runMmGeoComparison.cxx.

◆ gasGap

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

Gas gap number of the layer.

Definition at line 100 of file runMmGeoComparison.cxx.

◆ nStrips

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

@Reference number of all strips

Definition at line 108 of file runMmGeoComparison.cxx.

◆ readoutSide

int MmChamber::MmLayer::readoutSide {0}

@ Readout side on the detector

Definition at line 110 of file runMmGeoComparison.cxx.

◆ transform

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

@ transformation

Definition at line 102 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:100
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16