![]() |
ATLAS Offline Software
|
Interface class IVertexMapper. More...
#include <IVertexMapper.h>
Public Member Functions | |
| DeclareInterfaceID (IVertexMapper, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual | ~IVertexMapper () |
| Virtual destructor. | |
| virtual MappedVertex | mapToLocal (const Amg::Vector3D &vertex) const =0 |
| Record the vertex into the local frame of the closest module. | |
Interface class IVertexMapper.
interface for a tool that transfers global coordinates into the local coordinate frame of the closest sensitive surface.
Definition at line 75 of file IVertexMapper.h.
|
inlinevirtual |
| Trk::IVertexMapper::DeclareInterfaceID | ( | IVertexMapper | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
Record the vertex into the local frame of the closest module.
Implemented in Trk::VertexMapper.