ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
A distance observer struct as an actor. More...
Classes | |
struct | this_result |
Public Types | |
using | result_type = this_result |
Public Member Functions | |
DistanceObserver (double ptg=0.) | |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &state, const stepper_t &, result_type &result) const |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &, const stepper_t &) const |
Public Attributes | |
double | path_to_go = 100_mm |
A distance observer struct as an actor.
Definition at line 78 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 78 of file ActionListTests.cpp
Definition at line 85 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 85 of file ActionListTests.cpp
|
inline |
Definition at line 87 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 87 of file ActionListTests.cpp
|
inline |
Definition at line 90 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 90 of file ActionListTests.cpp
References Acts::Test::DistanceObserver::this_result::distance.
|
inline |
Definition at line 96 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 96 of file ActionListTests.cpp
double Acts::Test::DistanceObserver::path_to_go = 100_mm |
Definition at line 79 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 79 of file ActionListTests.cpp