ATLAS Offline Software
|
Helper struct to avoid browsing with the serial transformer. More...
#include <MdtTubeLayer.h>
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... | |
Helper struct to avoid browsing with the serial transformer.
Definition at line 51 of file MdtTubeLayer.h.
|
inline |
ordering operator for set look up
Definition at line 61 of file MdtTubeLayer.h.
unsigned int MuonGMR4::MdtTubeLayer::TubePositioner::firstTube {0} |
First tube of the positioning.
Definition at line 53 of file MdtTubeLayer.h.
Amg::Vector3D MuonGMR4::MdtTubeLayer::TubePositioner::firstTubePos {Amg::Vector3D::Zero()} |
Transform to reach the first tube.
Definition at line 59 of file MdtTubeLayer.h.
unsigned int MuonGMR4::MdtTubeLayer::TubePositioner::lastTube {0} |
Last tube of the positioning.
Definition at line 55 of file MdtTubeLayer.h.
PVConstLink MuonGMR4::MdtTubeLayer::TubePositioner::tubeVol {} |
Underlying physical volume of the tube.
Definition at line 57 of file MdtTubeLayer.h.