Struct TargetOptions

Struct Documentation

struct Acts::TargetOptions

TargetOptions struct for geometry interface.

Public Functions

TargetOptions(NavigationDirection ndir)

create target options

Public Members

BoundaryCheck boundaryCheck = false

Target Boundary check directive - always false here.

NavigationDirection navDir = forward

Navigation direction.

double pathLimit = std::numeric_limits<double>::max()

The path limit.

const Surface *startObject = nullptr

Object to check against - always nullptr here.