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 87 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 97 of file runRpcGeoComparison.cxx.

97  {
98  if (measPhi != other.measPhi) return !measPhi;
99  if (doubletPhi != other.doubletPhi) return doubletPhi < other.doubletPhi;
100  return gasGap < other.gasGap;
101  }

Member Data Documentation

◆ doubletPhi

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

Phi panel of the strip.

Definition at line 91 of file runRpcGeoComparison.cxx.

◆ gasGap

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

Gas gap of the strip.

Definition at line 89 of file runRpcGeoComparison.cxx.

◆ measPhi

bool RpcChamber::RpcLayer::measPhi {false}

flag whether the strip measures phi

Definition at line 93 of file runRpcGeoComparison.cxx.

◆ transform

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

@ transformation

Definition at line 95 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:89
RpcChamber::RpcLayer::measPhi
bool measPhi
flag whether the strip measures phi
Definition: runRpcGeoComparison.cxx:93
RpcChamber::RpcLayer::doubletPhi
unsigned int doubletPhi
Phi panel of the strip.
Definition: runRpcGeoComparison.cxx:91
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16