EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test::PropagatorState::Options Struct Reference

emulate the options template More...

+ Collaboration diagram for Acts::Test::PropagatorState::Options:

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
 
LoggerWrapper logger {getDummyLogger()}
 

Detailed Description

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

Member Data Documentation

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

LoggerWrapper Acts::Test::PropagatorState::Options::logger {getDummyLogger()}

Definition at line 84 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 84 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


The documentation for this struct was generated from the following files: