#include <MuonReadoutGeometryR4/MuonDetectorDefs.h>
#include <Acts/Geometry/VolumeBounds.hpp>
#include <Acts/Geometry/CuboidVolumeBounds.hpp>
#include <Acts/Geometry/TrapezoidVolumeBounds.hpp>
Go to the source code of this file.
|
| | MuonGMR4 |
| | The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy MuonReadoutGeometry.
|
| |
|
| double | MuonGMR4::halfXlowY (const Acts::VolumeBounds &bounds) |
| | Returns the half-X length @ negative Y for the parsed volume bounds (Trapezoid/ Cuboid) More...
|
| |
| double | MuonGMR4::halfXhighY (const Acts::VolumeBounds &bounds) |
| | Returns the half-Y length @ posiive Y for the parsed volume bounds (Trapezoid/ Cuboid) More...
|
| |
| double | MuonGMR4::halfY (const Acts::VolumeBounds &bounds) |
| | Returns the half-Y length for the parsed volume bounds (Trapezoid/ Cuboid) More...
|
| |
| double | MuonGMR4::halfZ (const Acts::VolumeBounds &bounds) |
| | Returns the half-Z length for the parsed volume bounds (Trapezoid/ Cuboid) More...
|
| |