ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
An observer that measures the perpendicular distance. More...
Classes | |
struct | this_result |
Simple result struct to be returned. More... | |
Public Types | |
using | result_type = this_result |
Public Member Functions | |
SurfaceObserver ()=default | |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &state, const stepper_t &stepper, result_type &result) const |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &, const stepper_t &) const |
Public Attributes | |
const Surface * | surface = nullptr |
double | tolerance = 1.e-5 |
An observer that measures the perpendicular distance.
Definition at line 65 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 65 of file PropagatorTests.cpp
using Acts::Test::SurfaceObserver< Surface >::result_type = this_result |
Definition at line 77 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 77 of file PropagatorTests.cpp
|
default |
|
inline |
Definition at line 82 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 82 of file PropagatorTests.cpp
References kdfinder::abs(), Acts::ConstrainedStep::actor, Acts::VectorHelpers::perp(), surface(), Acts::Test::SurfaceObserver< Surface >::this_result::surface_passed_r, and Acts::Test::SurfaceObserver< Surface >::this_result::surfaces_passed.
|
inline |
Definition at line 105 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 105 of file PropagatorTests.cpp
const Surface* Acts::Test::SurfaceObserver< Surface >::surface = nullptr |
Definition at line 67 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 67 of file PropagatorTests.cpp
double Acts::Test::SurfaceObserver< Surface >::tolerance = 1.e-5 |
Definition at line 69 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 69 of file PropagatorTests.cpp