ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGMR4::MdtTubeLayer::TubePositioner Struct Reference

Helper struct to avoid browsing with the serial transformer. More...

#include <MdtTubeLayer.h>

Collaboration diagram for MuonGMR4::MdtTubeLayer::TubePositioner:

Public Member Functions

bool operator< (const TubePositioner &other) const
 ordering operator for set look up

Public Attributes

unsigned int firstTube {0}
 First tube of the positioning.
unsigned int lastTube {0}
 Last tube of the positioning.
PVConstLink tubeVol {}
 Underlying physical volume of the tube.
Amg::Vector3D firstTubePos {Amg::Vector3D::Zero()}
 Transform to reach the first tube.

Detailed Description

Helper struct to avoid browsing with the serial transformer.

Definition at line 51 of file MdtTubeLayer.h.

Member Function Documentation

◆ operator<()

bool MuonGMR4::MdtTubeLayer::TubePositioner::operator< ( const TubePositioner & other) const
inline

ordering operator for set look up

Definition at line 61 of file MdtTubeLayer.h.

61 {
62 return lastTube < other.firstTube;
63 }
unsigned int lastTube
Last tube of the positioning.

Member Data Documentation

◆ firstTube

unsigned int MuonGMR4::MdtTubeLayer::TubePositioner::firstTube {0}

First tube of the positioning.

Definition at line 53 of file MdtTubeLayer.h.

53{0};

◆ firstTubePos

Amg::Vector3D MuonGMR4::MdtTubeLayer::TubePositioner::firstTubePos {Amg::Vector3D::Zero()}

Transform to reach the first tube.

Definition at line 59 of file MdtTubeLayer.h.

59{Amg::Vector3D::Zero()};

◆ lastTube

unsigned int MuonGMR4::MdtTubeLayer::TubePositioner::lastTube {0}

Last tube of the positioning.

Definition at line 55 of file MdtTubeLayer.h.

55{0};

◆ tubeVol

PVConstLink MuonGMR4::MdtTubeLayer::TubePositioner::tubeVol {}

Underlying physical volume of the tube.

Definition at line 57 of file MdtTubeLayer.h.

57{};

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