ATLAS Offline Software
|
Helper struct to assess that the layers are properly oriented. More...
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... | |
Helper struct to assess that the layers are properly oriented.
Definition at line 90 of file runMmGeoComparison.cxx.
Ordering operator.
Definition at line 102 of file runMmGeoComparison.cxx.
unsigned int MmChamber::MmLayer::firstStrip {0} |
@ Reference number of the first strip
Definition at line 98 of file runMmGeoComparison.cxx.
Amg::Vector2D MmChamber::MmLayer::firstStripPos {Amg::Vector2D::Zero()} |
@ Reference position of the first strip
Definition at line 96 of file runMmGeoComparison.cxx.
unsigned int MmChamber::MmLayer::gasGap {0} |
Gas gap number of the layer.
Definition at line 92 of file runMmGeoComparison.cxx.
int MmChamber::MmLayer::readoutSide {0} |
@ Readout side on the detector
Definition at line 100 of file runMmGeoComparison.cxx.
Amg::Transform3D MmChamber::MmLayer::transform {Amg::Transform3D::Identity()} |
@ transformation
Definition at line 94 of file runMmGeoComparison.cxx.