ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
emulate the options template More...
Public Attributes | |
double | pathLimit = std::numeric_limits<double>::max() |
The path limit. | |
double | targetTolerance = 1_um |
The target tolerance. | |
bool | debug = true |
std::string | debugString = "" |
size_t | debugPfxWidth = 30 |
buffer & formatting for consistent output | |
size_t | debugMsgWidth = 50 |
emulate the options template
Definition at line 69 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 69 of file AbortListTests.cpp
bool Acts::Test::PropagatorState::Options::debug = true |
Debug output the string where debug messages are stored (optionally)
Definition at line 78 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 78 of file AbortListTests.cpp
size_t Acts::Test::PropagatorState::Options::debugMsgWidth = 50 |
Definition at line 82 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 82 of file AbortListTests.cpp
size_t Acts::Test::PropagatorState::Options::debugPfxWidth = 30 |
buffer & formatting for consistent output
Definition at line 81 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 81 of file AbortListTests.cpp
std::string Acts::Test::PropagatorState::Options::debugString = "" |
Definition at line 79 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 79 of file AbortListTests.cpp
double Acts::Test::PropagatorState::Options::pathLimit = std::numeric_limits<double>::max() |
The path limit.
Definition at line 71 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 71 of file AbortListTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().
double Acts::Test::PropagatorState::Options::targetTolerance = 1_um |
The target tolerance.
Definition at line 74 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 74 of file AbortListTests.cpp