ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
TargetOptions struct for geometry interface. More...
#include <acts/blob/master/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 23 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 23 of file StandardAborters.hpp
|
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
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