ATLAS Offline Software
|
#include <IVertexMapper.h>
Public Member Functions | |
DeclareInterfaceID (IVertexMapper, 1, 0) | |
Creates the InterfaceID and interfaceID() method. More... | |
virtual | ~IVertexMapper () |
Virtual destructor. More... | |
virtual MappedVertex | mapToLocal (const Amg::Vector3D &vertex) const =0 |
Record the vertex into the local frame of the closest module More... | |
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.