ATLAS Offline Software
|
Public Member Functions | |
bool | operator< (const sTgcChannel &other) const |
Ordering operator to use the wireGroup with set. More... | |
Public Attributes | |
Amg::Vector2D | localPosition {Amg::Vector2D::Zero()} |
local strip postion More... | |
Amg::Vector3D | globalPosition {Amg::Vector3D::Zero()} |
global strip postion More... | |
unsigned int | channelNumber {0} |
wireGroup/strip number More... | |
unsigned int | gasGap {0} |
Gas gap of the wireGroup/strip. More... | |
unsigned int | channelType {0} |
Channel type to indicate wireGroup/strip. More... | |
double | channelLen {0} |
Length of channel wireGroup/strip. More... | |
Definition at line 86 of file runsTgcGeoComparison.cxx.
|
inline |
Ordering operator to use the wireGroup with set.
Definition at line 100 of file runsTgcGeoComparison.cxx.
double sTgcChamber::sTgcChannel::channelLen {0} |
Length of channel wireGroup/strip.
Definition at line 98 of file runsTgcGeoComparison.cxx.
unsigned int sTgcChamber::sTgcChannel::channelNumber {0} |
wireGroup/strip number
Definition at line 92 of file runsTgcGeoComparison.cxx.
unsigned int sTgcChamber::sTgcChannel::channelType {0} |
Channel type to indicate wireGroup/strip.
Definition at line 96 of file runsTgcGeoComparison.cxx.
unsigned int sTgcChamber::sTgcChannel::gasGap {0} |
Gas gap of the wireGroup/strip.
Definition at line 94 of file runsTgcGeoComparison.cxx.
Amg::Vector3D sTgcChamber::sTgcChannel::globalPosition {Amg::Vector3D::Zero()} |
global strip postion
Definition at line 90 of file runsTgcGeoComparison.cxx.
Amg::Vector2D sTgcChamber::sTgcChannel::localPosition {Amg::Vector2D::Zero()} |
local strip postion
Definition at line 88 of file runsTgcGeoComparison.cxx.