![]() |
ATLAS Offline Software
|
#include <IMuonGeoUtilityTool.h>
Public Types | |
| using | physVolWithTrans = GeoChildNodeWithTrf |
| Helper struct to cache a PhysVolume pointer together with the transformation to go from the volume to the given parent node in the tree. | |
Public Member Functions | |
| DeclareInterfaceID (IMuonGeoUtilityTool, 1, 0) | |
| Gaudi interface ID. | |
| virtual const GeoAlignableTransform * | findAlignableTransform (const PVConstLink &physVol) const =0 |
| Returns the first alignable transform in the root subtree upstream the volume the volume must not be shared, otherwise exception is thrown. | |
| virtual const GeoShape * | extractShape (const PVConstLink &physVol) const =0 |
| Navigates through the volume shape hiearchy to return the first shape which is neither a shift or in case of subtractions, the overall envelope shape. | |
| virtual const GeoShape * | extractShape (const GeoShape *inShape) const =0 |
| Navigates through the shape hiarchy to return the first shape which is neither a shift or in case of a subtraction, the overall envelope shape. | |
| virtual std::vector< physVolWithTrans > | findAllLeafNodesByName (const PVConstLink &physVol, const std::string &volumeName) const =0 |
| Searches through all child volumes and collects the nodes where the logical volumes have the requested name together with the transformations to go from the node to the parent physical volume. | |
| virtual std::vector< const GeoShape * > | getComponents (const GeoShape *booleanShape) const =0 |
| Splits a boolean shape into its building blocks. | |
| virtual std::string | dumpShape (const GeoShape *inShape) const =0 |
| virtual std::string | dumpVolume (const PVConstLink &physVol) const =0 |
| virtual std::vector< Amg::Vector2D > | polygonEdges (const GeoSimplePolygonBrep &polygon) const =0 |
| Transforms the vertices of the Polygon shape into a std::vector consisting of Amg::Vector2D objects. | |
| virtual std::vector< Amg::Vector3D > | shapeEdges (const GeoShape *shape, const Amg::Transform3D &volTrf) const =0 |
| Returns the edge points of the polygon like GeoShapes. | |
Definition at line 23 of file IMuonGeoUtilityTool.h.
| using MuonGMR4::IMuonGeoUtilityTool::physVolWithTrans = GeoChildNodeWithTrf |
Helper struct to cache a PhysVolume pointer together with the transformation to go from the volume to the given parent node in the tree.
Definition at line 43 of file IMuonGeoUtilityTool.h.
| MuonGMR4::IMuonGeoUtilityTool::DeclareInterfaceID | ( | IMuonGeoUtilityTool | , |
| 1 | , | ||
| 0 | ) |
Gaudi interface ID.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Navigates through the shape hiarchy to return the first shape which is neither a shift or in case of a subtraction, the overall envelope shape.
| inShape | Pointer to the shape to navigate through |
|
pure virtual |
Navigates through the volume shape hiearchy to return the first shape which is neither a shift or in case of subtractions, the overall envelope shape.
| physVol | Reference to the GeoVPhysVol to extract the shape from |
|
pure virtual |
Returns the first alignable transform in the root subtree upstream the volume the volume must not be shared, otherwise exception is thrown.
| physVol | Reference to the GeoVPhysVol to find the associated alignable trf |
|
pure virtual |
Searches through all child volumes and collects the nodes where the logical volumes have the requested name together with the transformations to go from the node to the parent physical volume.
|
pure virtual |
Splits a boolean shape into its building blocks.
|
pure virtual |
Transforms the vertices of the Polygon shape into a std::vector consisting of Amg::Vector2D objects.
|
pure virtual |
Returns the edge points of the polygon like GeoShapes.