EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test::SurfaceObserver< Surface >::this_result Struct Reference

Simple result struct to be returned. More...

Public Attributes

size_t surfaces_passed = 0
 
double surface_passed_r = std::numeric_limits<double>::max()
 

Detailed Description

template<typename Surface>
struct Acts::Test::SurfaceObserver< Surface >::this_result

Simple result struct to be returned.

Definition at line 73 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 73 of file PropagatorTests.cpp

Member Data Documentation

template<typename Surface >
double Acts::Test::SurfaceObserver< Surface >::this_result::surface_passed_r = std::numeric_limits<double>::max()

Definition at line 75 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 75 of file PropagatorTests.cpp

Referenced by Acts::Test::SurfaceObserver< Surface >::operator()().

template<typename Surface >
size_t Acts::Test::SurfaceObserver< Surface >::this_result::surfaces_passed = 0

Definition at line 74 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 74 of file PropagatorTests.cpp

Referenced by Acts::Test::SurfaceObserver< Surface >::operator()().


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