#include <MuonReadoutGeometryR4/StripDesign.h>
#include <GeoModelHelpers/TransformSorter.h>
#include <GaudiKernel/SystemOfUnits.h>
#include <climits>
Go to the source code of this file.
|
| namespace | MuonGMR4 |
| | The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy MuonReadoutGeometry.
|
◆ ORDER_PROP
| #define ORDER_PROP |
( |
| PROP | ) |
|
Value: { \
return PROP < other.PROP; \
} \
}
Helper macro to facilliate the ordering.
Definition at line 13 of file StripDesign.cxx.
13#define ORDER_PROP(PROP) \
14 { \
15 if (std::abs(1.*PROP - 1.*other.PROP) > tolerance) { \
16 return PROP < other.PROP; \
17 } \
18 }