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

The information to be writtern out per hit surface. More...

#include <Acts/Propagator/SurfaceCollector.hpp>

Collaboration diagram for Acts::SurfaceHit:
[legend]

Public Attributes

Vector3 direction {}
 Direction of propagation when surface was encountered.
Vector3 position {}
 Position where the surface was encountered.
const Surfacesurface = nullptr
 Pointer to the surface that was hit.

Detailed Description

The information to be writtern out per hit surface.

Member Data Documentation

◆ direction

Vector3 Acts::SurfaceHit::direction {}

Direction of propagation when surface was encountered.

◆ position

Vector3 Acts::SurfaceHit::position {}

Position where the surface was encountered.

◆ surface

const Surface* Acts::SurfaceHit::surface = nullptr

Pointer to the surface that was hit.