ATLAS Offline Software
|
Public Member Functions | |
bool | operator< (const RpcStrip &other) const |
Odering operator to use the strip with set. More... | |
Public Attributes | |
Amg::Vector3D | position {Amg::Vector3D::Zero()} |
global position of the strip More... | |
Amg::Vector2D | locPos {Amg::Vector2D::Zero()} |
local position w.r.t tracking plane More... | |
unsigned int | strip {0} |
Strip number. More... | |
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... | |
Definition at line 67 of file runRpcGeoComparison.cxx.
Odering operator to use the strip with set.
Definition at line 82 of file runRpcGeoComparison.cxx.
unsigned int RpcChamber::RpcStrip::doubletPhi {0} |
Phi panel of the strip.
Definition at line 77 of file runRpcGeoComparison.cxx.
unsigned int RpcChamber::RpcStrip::gasGap {0} |
Gas gap of the strip.
Definition at line 75 of file runRpcGeoComparison.cxx.
Amg::Vector2D RpcChamber::RpcStrip::locPos {Amg::Vector2D::Zero()} |
local position w.r.t tracking plane
Definition at line 71 of file runRpcGeoComparison.cxx.
bool RpcChamber::RpcStrip::measPhi {false} |
flag whether the strip measures phi
Definition at line 79 of file runRpcGeoComparison.cxx.
Amg::Vector3D RpcChamber::RpcStrip::position {Amg::Vector3D::Zero()} |
global position of the strip
Definition at line 69 of file runRpcGeoComparison.cxx.
unsigned int RpcChamber::RpcStrip::strip {0} |
Strip number.
Definition at line 73 of file runRpcGeoComparison.cxx.