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 | |
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 42 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 42 of file PropagatorTests.cpp
Definition at line 48 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 48 of file PropagatorTests.cpp
|
default |
|
inline |
Definition at line 53 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 53 of file PropagatorTests.cpp
References Acts::Test::PerpendicularMeasure::this_result::distance, and Acts::VectorHelpers::perp().
|
inline |
Definition at line 59 of file PropagatorTests.cpp.
View newest version in sPHENIX GitHub at line 59 of file PropagatorTests.cpp