|
ATLAS Offline Software
|
Go to the documentation of this file.
10 for (
unsigned int strip = 0; strip <
m_strips.size(); ++strip) {
11 if (
m_strips[strip].distOnBottom !=
other.m_strips[strip].distOnBottom) {
12 return m_strips[strip].distOnBottom <
other.m_strips[strip].distOnBottom;
14 if (
m_strips[strip].distOnTop !=
other.m_strips[strip].distOnTop) {
15 return m_strips[strip].distOnTop <
other.m_strips[strip].distOnTop;
21 const double posOnTop) {
double lenBottomEdge() const
Length of the edge from bottom left -> bottom right.
void addStrip(const double posOnBottom, const double posOnTop)
: Defines a new radial strip.
bool m_reversedStripOrder
bool operator<(const RadialStripDesign &other) const
set sorting operator
The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy M...
double lenTopEdge() const
Length of the the edge from top left -> top right.