ATLAS Offline Software
|
#include <Surface.h>
Public Member Functions | |
Transforms (const Amg::Transform3D &atransform) | |
Transforms (const Amg::Transform3D &atransform, const Amg::Vector3D &acenter) | |
Transforms (const Amg::Transform3D &atransform, const Amg::Vector3D &acenter, const Amg::Vector3D &anormal) | |
Transforms (const Transforms &)=default | |
Transforms (Transforms &&)=default | |
Transforms & | operator= (const Transforms &)=default |
Transforms & | operator= (Transforms &&)=default |
~Transforms ()=default | |
Transform3D to orient surface w.r.t to global frame. More... | |
Public Attributes | |
Amg::Transform3D | transform |
center position of the surface More... | |
Amg::Vector3D | center |
normal vector of the surface More... | |
Amg::Vector3D | normal |
Definition at line 83 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
inline |
|
inline |
|
inline |
Definition at line 103 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
default |
|
default |
|
default |
Transform3D to orient surface w.r.t to global frame.
|
default |
|
default |
Amg::Vector3D Trk::Surface::Transforms::center |
normal vector of the surface
Definition at line 119 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
Amg::Vector3D Trk::Surface::Transforms::normal |
Definition at line 121 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
Amg::Transform3D Trk::Surface::Transforms::transform |
center position of the surface
Definition at line 117 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.