![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
mockup of the Propagator Options More...
Collaboration diagram for Acts::Test::Options:Public Attributes | |
| double | pathLimit = std::numeric_limits<double>::max() |
| Absolute maximum path length. | |
| bool | loopProtection = true |
| double | loopFraction = 0.5 |
| Direction | direction = Direction::Forward |
| bool | debug = false |
| std::string | debugString |
| int | debugMsgWidth = 60 |
| int | debugPfxWidth = 30 |
| AbortList< PathLimitReached > | abortList |
| Contains: target aborters. | |
| const Acts::Logger & | logger = Acts::getDummyLogger() |
mockup of the Propagator Options
Definition at line 99 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 99 of file LoopProtectionTests.cpp
| AbortList<PathLimitReached> Acts::Test::Options::abortList |
Contains: target aborters.
Definition at line 112 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 112 of file LoopProtectionTests.cpp
| bool Acts::Test::Options::debug = false |
Definition at line 106 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 106 of file LoopProtectionTests.cpp
| int Acts::Test::Options::debugMsgWidth = 60 |
Definition at line 108 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 108 of file LoopProtectionTests.cpp
| int Acts::Test::Options::debugPfxWidth = 30 |
Definition at line 109 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 109 of file LoopProtectionTests.cpp
| std::string Acts::Test::Options::debugString |
Definition at line 107 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 107 of file LoopProtectionTests.cpp
| Direction Acts::Test::Options::direction = Direction::Forward |
Definition at line 104 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 104 of file LoopProtectionTests.cpp
Referenced by Acts::Test::runTest().
| const Acts::Logger& Acts::Test::Options::logger = Acts::getDummyLogger() |
Definition at line 114 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 114 of file LoopProtectionTests.cpp
| double Acts::Test::Options::loopFraction = 0.5 |
Definition at line 103 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 103 of file LoopProtectionTests.cpp
| bool Acts::Test::Options::loopProtection = true |
Definition at line 102 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 102 of file LoopProtectionTests.cpp
Absolute maximum path length.
Definition at line 101 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 101 of file LoopProtectionTests.cpp
Referenced by Acts::Test::runTest().