Struct Acts::TargetOptions

struct TargetOptions

TargetOptions struct for geometry interface.

Public Functions

inline TargetOptions(NavigationDirection ndir)

create target options

Public Members

BoundaryCheck boundaryCheck = false

Target Boundary check directive - always false here.

NavigationDirection navDir = NavigationDirection::Forward

Navigation direction.

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

The path limit.

const Surface *startObject = nullptr

Object to check against - always nullptr here.