Analysis Software
Documentation for sPHENIX simulation software
|
TargetOptions struct for geometry interface. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/StandardAborters.hpp>
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 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 28 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 28 of file StandardAborters.hpp
|
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
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
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