ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
A call counter struct as an actor. More...
Classes | |
struct | this_result |
Public Types | |
using | result_type = this_result |
Public Member Functions | |
CallCounter ()=default | |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &, const stepper_t &, result_type &r) const |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &, const stepper_t &) const |
A call counter struct as an actor.
Definition at line 101 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 101 of file ActionListTests.cpp
Definition at line 106 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 106 of file ActionListTests.cpp
|
default |
|
inline |
Definition at line 111 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 111 of file ActionListTests.cpp
References Acts::Test::CallCounter::this_result::calls.
|
inline |
Definition at line 117 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 117 of file ActionListTests.cpp