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

Public Attributes

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

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  }

Member Data Documentation

◆ doubletPhi

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

Phi panel of the strip.

Definition at line 94 of file runRpcGeoComparison.cxx.

◆ gasGap

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

Gas gap of the strip.

Definition at line 92 of file runRpcGeoComparison.cxx.

◆ measPhi

bool RpcChamber::RpcLayer::measPhi {false}

flag whether the strip measures phi

Definition at line 96 of file runRpcGeoComparison.cxx.

◆ transform

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

@ transformation

Definition at line 98 of file runRpcGeoComparison.cxx.


The documentation for this struct was generated from the following file:
RpcChamber::RpcLayer::gasGap
unsigned int gasGap
Gas gap of the strip.
Definition: runRpcGeoComparison.cxx:92
RpcChamber::RpcLayer::measPhi
bool measPhi
flag whether the strip measures phi
Definition: runRpcGeoComparison.cxx:96
RpcChamber::RpcLayer::doubletPhi
unsigned int doubletPhi
Phi panel of the strip.
Definition: runRpcGeoComparison.cxx:94
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16