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 56 of file runMdtGeoComparison.cxx.

Member Data Documentation

◆ activeLength

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

actiive tube length

Definition at line 70 of file runMdtGeoComparison.cxx.

70{0.};

◆ layerNum

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

Layer to which the tube belongs.

Definition at line 58 of file runMdtGeoComparison.cxx.

58{0};

◆ localToGlobal

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

local -> global transformation of the tube

Definition at line 62 of file runMdtGeoComparison.cxx.

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

◆ readoutPos

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

Position of the readout frame in global coordinates.

Definition at line 64 of file runMdtGeoComparison.cxx.

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

◆ tubeLength

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

Tube length.

Definition at line 66 of file runMdtGeoComparison.cxx.

66{0.};

◆ tubeNum

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

Number of the tube.

Definition at line 60 of file runMdtGeoComparison.cxx.

60{0};

◆ wireLength

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

wire length

Definition at line 68 of file runMdtGeoComparison.cxx.

68{0.};

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