ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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 More...
 

Public Attributes

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

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  }

Member Data Documentation

◆ firstTube

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

First tube of the positioning.

Definition at line 53 of file MdtTubeLayer.h.

◆ firstTubePos

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

Transform to reach the first tube.

Definition at line 59 of file MdtTubeLayer.h.

◆ lastTube

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

Last tube of the positioning.

Definition at line 55 of file MdtTubeLayer.h.

◆ tubeVol

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

Underlying physical volume of the tube.

Definition at line 57 of file MdtTubeLayer.h.


The documentation for this struct was generated from the following file:
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
MuonGMR4::MdtTubeLayer::TubePositioner::lastTube
unsigned int lastTube
Last tube of the positioning.
Definition: MdtTubeLayer.h:55