Analysis Software
Documentation for sPHENIX simulation 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/sPHENIX/Core/include/Acts/Propagator/StandardAborters.hpp>

+ Collaboration diagram for Acts::TargetOptions:

Public Member Functions

 TargetOptions (Direction ndir)
 create target options
 

Public Attributes

Direction navDir = Direction::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 28 of file StandardAborters.hpp.

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

Constructor & Destructor Documentation

Acts::TargetOptions::TargetOptions ( Direction  ndir)
inline

create target options

Definition at line 42 of file StandardAborters.hpp.

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

Member Data Documentation

BoundaryCheck Acts::TargetOptions::boundaryCheck = false

Target Boundary check directive - always false here.

Definition at line 33 of file StandardAborters.hpp.

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

Direction Acts::TargetOptions::navDir = Direction::Forward

Navigation direction.

Definition at line 30 of file StandardAborters.hpp.

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

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

The path limit.

Definition at line 39 of file StandardAborters.hpp.

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

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

Object to check against - always nullptr here.

Definition at line 36 of file StandardAborters.hpp.

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


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