ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
mockup of the Propagator Options More...
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. | |
mockup of the Propagator Options
Definition at line 83 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 83 of file LoopProtectionTests.cpp
AbortList<PathLimitReached> Acts::Test::Options::abortList |
Contains: target aborters.
Definition at line 95 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 95 of file LoopProtectionTests.cpp
bool Acts::Test::Options::debug = false |
Definition at line 89 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 89 of file LoopProtectionTests.cpp
Referenced by Acts::Test::runTest().
int Acts::Test::Options::debugMsgWidth = 60 |
Definition at line 91 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 91 of file LoopProtectionTests.cpp
int Acts::Test::Options::debugPfxWidth = 30 |
Definition at line 92 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 92 of file LoopProtectionTests.cpp
std::string Acts::Test::Options::debugString |
Definition at line 90 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 90 of file LoopProtectionTests.cpp
double Acts::Test::Options::loopFraction = 0.5 |
Definition at line 87 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 87 of file LoopProtectionTests.cpp
bool Acts::Test::Options::loopProtection = true |
Definition at line 86 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 86 of file LoopProtectionTests.cpp
double Acts::Test::Options::pathLimit = std::numeric_limits<double>::max() |
Absolute maximum path length.
Definition at line 85 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 85 of file LoopProtectionTests.cpp
Referenced by Acts::Test::runTest().