ATLAS Offline Software
|
#include <IVertexMapper.h>
Public Member Functions | |
MappedVertex (const Amg::Vector3D &lPosition, const Surface &mSurface, const Layer &mLayer, const TrackingVolume &mVolume) | |
valid constructor More... | |
MappedVertex () | |
invalid constructor More... | |
Public Attributes | |
Amg::Vector3D | localPosition |
const Surface * | surface |
int | identifierHash |
const Layer * | layer |
int | layerIndex |
const TrackingVolume * | trackingVolume |
bool | valid |
Definition at line 23 of file IVertexMapper.h.
|
inline |
valid constructor
Definition at line 37 of file IVertexMapper.h.
|
inline |
int Trk::MappedVertex::identifierHash |
Definition at line 27 of file IVertexMapper.h.
Definition at line 29 of file IVertexMapper.h.
int Trk::MappedVertex::layerIndex |
Definition at line 30 of file IVertexMapper.h.
Amg::Vector3D Trk::MappedVertex::localPosition |
Definition at line 25 of file IVertexMapper.h.
Definition at line 26 of file IVertexMapper.h.
const TrackingVolume* Trk::MappedVertex::trackingVolume |
Definition at line 32 of file IVertexMapper.h.
bool Trk::MappedVertex::valid |
Definition at line 34 of file IVertexMapper.h.