EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
TargetOptions struct for geometry interface. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/StandardAborters.hpp>
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 Surface * | startObject = nullptr |
Object to check against - always nullptr here. | |
double | pathLimit = std::numeric_limits<double>::max() |
The path limit. | |
TargetOptions struct for geometry interface.
Definition at line 25 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 25 of file StandardAborters.hpp
|
inline |
create target options
Definition at line 39 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 39 of file StandardAborters.hpp
BoundaryCheck Acts::TargetOptions::boundaryCheck = false |
Target Boundary check directive - always false here.
Definition at line 30 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 30 of file StandardAborters.hpp
NavigationDirection Acts::TargetOptions::navDir = forward |
Navigation direction.
Definition at line 27 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 27 of file StandardAborters.hpp
double Acts::TargetOptions::pathLimit = std::numeric_limits<double>::max() |
The path limit.
Definition at line 36 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 36 of file StandardAborters.hpp
const Surface* Acts::TargetOptions::startObject = nullptr |
Object to check against - always nullptr here.
Definition at line 33 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 33 of file StandardAborters.hpp