|
ACTS
Experiment-independent tracking
|
SurfaceAssignment is a surface, a position and a direction. More...
#include <Acts/Material/interface/IAssignmentFinder.hpp>
Public Attributes | |
| Vector3 | direction = Vector3::Zero() |
| Direction of the assignment. | |
| Vector3 | position = Vector3::Zero() |
| Position of the assignment. | |
| const Surface * | surface = nullptr |
| The surface to which the material interaction is assigned to. | |
SurfaceAssignment is a surface, a position and a direction.
| Vector3 Acts::IAssignmentFinder::SurfaceAssignment::direction = Vector3::Zero() |
Direction of the assignment.
| Vector3 Acts::IAssignmentFinder::SurfaceAssignment::position = Vector3::Zero() |
Position of the assignment.
| const Surface* Acts::IAssignmentFinder::SurfaceAssignment::surface = nullptr |
The surface to which the material interaction is assigned to.