ATLAS Offline Software
Loading...
Searching...
No Matches
MdtChamber::TubePositioning Struct Reference
Collaboration diagram for MdtChamber::TubePositioning:

Public Attributes

unsigned int layerNum {0}
 Layer to which the tube belongs.
unsigned int tubeNum {0}
 Number of the tube.
Amg::Transform3D localToGlobal {Amg::Transform3D::Identity()}
 local -> global transformation of the tube
Amg::Vector3D readoutPos {Amg::Vector3D::Zero()}
 Position of the readout frame in global coordinates.
double tubeLength {0.}
 Tube length.
double wireLength {0.}
 wire length
double activeLength {0.}
 actiive tube length

Detailed Description

Definition at line 63 of file runMdtGeoComparison.cxx.

Member Data Documentation

◆ activeLength

double MdtChamber::TubePositioning::activeLength {0.}

actiive tube length

Definition at line 77 of file runMdtGeoComparison.cxx.

77{0.};

◆ layerNum

unsigned int MdtChamber::TubePositioning::layerNum {0}

Layer to which the tube belongs.

Definition at line 65 of file runMdtGeoComparison.cxx.

65{0};

◆ localToGlobal

Amg::Transform3D MdtChamber::TubePositioning::localToGlobal {Amg::Transform3D::Identity()}

local -> global transformation of the tube

Definition at line 69 of file runMdtGeoComparison.cxx.

69{Amg::Transform3D::Identity()};

◆ readoutPos

Amg::Vector3D MdtChamber::TubePositioning::readoutPos {Amg::Vector3D::Zero()}

Position of the readout frame in global coordinates.

Definition at line 71 of file runMdtGeoComparison.cxx.

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

◆ tubeLength

double MdtChamber::TubePositioning::tubeLength {0.}

Tube length.

Definition at line 73 of file runMdtGeoComparison.cxx.

73{0.};

◆ tubeNum

unsigned int MdtChamber::TubePositioning::tubeNum {0}

Number of the tube.

Definition at line 67 of file runMdtGeoComparison.cxx.

67{0};

◆ wireLength

double MdtChamber::TubePositioning::wireLength {0.}

wire length

Definition at line 75 of file runMdtGeoComparison.cxx.

75{0.};

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