![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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 |
| bool | debug = false |
| std::string | debugString |
| int | debugMsgWidth = 60 |
| int | debugPfxWidth = 30 |
| AbortList< PathLimitReached > | abortList |
| Contains: target aborters. | |
| LoggerWrapper | logger {getDummyLogger()} |
mockup of the Propagator Options
Definition at line 82 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 82 of file LoopProtectionTests.cpp
| AbortList<PathLimitReached> Acts::Test::Options::abortList |
Contains: target aborters.
Definition at line 94 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 94 of file LoopProtectionTests.cpp
| bool Acts::Test::Options::debug = false |
Definition at line 88 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 88 of file LoopProtectionTests.cpp
| int Acts::Test::Options::debugMsgWidth = 60 |
Definition at line 90 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 90 of file LoopProtectionTests.cpp
| int Acts::Test::Options::debugPfxWidth = 30 |
Definition at line 91 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 91 of file LoopProtectionTests.cpp
| std::string Acts::Test::Options::debugString |
Definition at line 89 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 89 of file LoopProtectionTests.cpp
| LoggerWrapper Acts::Test::Options::logger {getDummyLogger()} |
Definition at line 96 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 96 of file LoopProtectionTests.cpp
| double Acts::Test::Options::loopFraction = 0.5 |
Definition at line 86 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 86 of file LoopProtectionTests.cpp
| bool Acts::Test::Options::loopProtection = true |
Definition at line 85 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 85 of file LoopProtectionTests.cpp
| double Acts::Test::Options::pathLimit = std::numeric_limits<double>::max() |
Absolute maximum path length.
Definition at line 84 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 84 of file LoopProtectionTests.cpp
Referenced by Acts::Test::runTest().