EIC Software
Reference for
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 | |
PerpendicularMeasure ()=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 |
An observer that measures the perpendicular distance.
Definition at line 43 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 43 of file PropagatorTests.cpp
Definition at line 49 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 49 of file PropagatorTests.cpp
|
default |
|
inline |
Definition at line 54 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 54 of file PropagatorTests.cpp
References Acts::Test::PerpendicularMeasure::this_result::distance, and Acts::VectorHelpers::perp().
|
inline |
Definition at line 60 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 60 of file PropagatorTests.cpp