ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::IAssignmentFinder::SurfaceAssignment Struct Reference

SurfaceAssignment is a surface, a position and a direction. More...

#include <Acts/Material/interface/IAssignmentFinder.hpp>

Collaboration diagram for Acts::IAssignmentFinder::SurfaceAssignment:
[legend]

Public Attributes

Vector3 direction = Vector3::Zero()
 Direction of the assignment.
Vector3 position = Vector3::Zero()
 Position of the assignment.
const Surfacesurface = nullptr
 The surface to which the material interaction is assigned to.

Detailed Description

SurfaceAssignment is a surface, a position and a direction.

Member Data Documentation

◆ direction

Vector3 Acts::IAssignmentFinder::SurfaceAssignment::direction = Vector3::Zero()

Direction of the assignment.

◆ position

Vector3 Acts::IAssignmentFinder::SurfaceAssignment::position = Vector3::Zero()

Position of the assignment.

◆ surface

const Surface* Acts::IAssignmentFinder::SurfaceAssignment::surface = nullptr

The surface to which the material interaction is assigned to.