ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::TargetOptions Struct Reference

TargetOptions struct for geometry interface. More...

#include <acts/blob/master/Core/include/Acts/Propagator/StandardAborters.hpp>

+ Collaboration diagram for Acts::TargetOptions:

Public Member Functions

 TargetOptions (NavigationDirection ndir)
 create target options
 

Public Attributes

NavigationDirection navDir = forward
 Navigation direction.
 
BoundaryCheck boundaryCheck = false
 Target Boundary check directive - always false here.
 
const SurfacestartObject = nullptr
 Object to check against - always nullptr here.
 
double pathLimit = std::numeric_limits<double>::max()
 The path limit.
 

Detailed Description

TargetOptions struct for geometry interface.

Definition at line 23 of file StandardAborters.hpp.

View newest version in sPHENIX GitHub at line 23 of file StandardAborters.hpp

Constructor & Destructor Documentation

Acts::TargetOptions::TargetOptions ( NavigationDirection  ndir)
inline

create target options

Definition at line 37 of file StandardAborters.hpp.

View newest version in sPHENIX GitHub at line 37 of file StandardAborters.hpp

Member Data Documentation

BoundaryCheck Acts::TargetOptions::boundaryCheck = false

Target Boundary check directive - always false here.

Definition at line 28 of file StandardAborters.hpp.

View newest version in sPHENIX GitHub at line 28 of file StandardAborters.hpp

NavigationDirection Acts::TargetOptions::navDir = forward

Navigation direction.

Definition at line 25 of file StandardAborters.hpp.

View newest version in sPHENIX GitHub at line 25 of file StandardAborters.hpp

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

The path limit.

Definition at line 34 of file StandardAborters.hpp.

View newest version in sPHENIX GitHub at line 34 of file StandardAborters.hpp

const Surface* Acts::TargetOptions::startObject = nullptr

Object to check against - always nullptr here.

Definition at line 31 of file StandardAborters.hpp.

View newest version in sPHENIX GitHub at line 31 of file StandardAborters.hpp


The documentation for this struct was generated from the following file: