ATLAS Offline Software
Loading...
Searching...
No Matches
PadDesign.cxx File Reference
#include <MuonReadoutGeometryR4/PadDesign.h>
#include <GaudiKernel/SystemOfUnits.h>
Include dependency graph for PadDesign.cxx:

Go to the source code of this file.

Namespaces

namespace  MuonGMR4
 The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy MuonReadoutGeometry.

Macros

#define ORDER_PROP(PROP)
 Helper macro to facilliate the ordering.

Macro Definition Documentation

◆ ORDER_PROP

#define ORDER_PROP ( PROP)
Value:
{ \
if (std::abs(PROP - other.PROP) > tolerance) { \
return PROP < other.PROP; \
} \
}
#define PROP(name, def)

Helper macro to facilliate the ordering.

Definition at line 10 of file PadDesign.cxx.

10#define ORDER_PROP(PROP) \
11 { \
12 if (std::abs(PROP - other.PROP) > tolerance) { \
13 return PROP < other.PROP; \
14 } \
15 }