ATLAS Offline Software
Loading...
Searching...
No Matches
RpcChamber::RpcLayer Struct Reference

Helper struct to assess that the layers are properly oriented. More...

Collaboration diagram for RpcChamber::RpcLayer:

Public Member Functions

bool operator< (const RpcLayer &other) const
 Odering operator to use the strip with set.

Public Attributes

unsigned int gasGap {0}
 Gas gap of the strip.
unsigned int doubletPhi {0}
 Phi panel of the strip.
bool measPhi {false}
 flag whether the strip measures phi
Amg::Transform3D transform {Amg::Transform3D::Identity()}
 @ transformation

Detailed Description

Helper struct to assess that the layers are properly oriented.

Definition at line 90 of file runRpcGeoComparison.cxx.

Member Function Documentation

◆ operator<()

bool RpcChamber::RpcLayer::operator< ( const RpcLayer & other) const
inline

Odering operator to use the strip with set.

Definition at line 100 of file runRpcGeoComparison.cxx.

100 {
101 if (measPhi != other.measPhi) return !measPhi;
102 if (doubletPhi != other.doubletPhi) return doubletPhi < other.doubletPhi;
103 return gasGap < other.gasGap;
104 }
unsigned int gasGap
Gas gap of the strip.
bool measPhi
flag whether the strip measures phi
unsigned int doubletPhi
Phi panel of the strip.

Member Data Documentation

◆ doubletPhi

unsigned int RpcChamber::RpcLayer::doubletPhi {0}

Phi panel of the strip.

Definition at line 94 of file runRpcGeoComparison.cxx.

94{0};

◆ gasGap

unsigned int RpcChamber::RpcLayer::gasGap {0}

Gas gap of the strip.

Definition at line 92 of file runRpcGeoComparison.cxx.

92{0};

◆ measPhi

bool RpcChamber::RpcLayer::measPhi {false}

flag whether the strip measures phi

Definition at line 96 of file runRpcGeoComparison.cxx.

96{false};

◆ transform

Amg::Transform3D RpcChamber::RpcLayer::transform {Amg::Transform3D::Identity()}

@ transformation

Definition at line 98 of file runRpcGeoComparison.cxx.

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

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