EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test::CallCounter Struct Reference

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
 

Detailed Description

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

Member Typedef Documentation

Definition at line 106 of file ActionListTests.cpp.

View newest version in sPHENIX GitHub at line 106 of file ActionListTests.cpp

Constructor & Destructor Documentation

Acts::Test::CallCounter::CallCounter ( )
default

Member Function Documentation

template<typename propagator_state_t , typename stepper_t >
void Acts::Test::CallCounter::operator() ( propagator_state_t &  ,
const stepper_t &  ,
result_type r 
) const
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.

template<typename propagator_state_t , typename stepper_t >
void Acts::Test::CallCounter::operator() ( propagator_state_t &  ,
const stepper_t &   
) const
inline

Definition at line 117 of file ActionListTests.cpp.

View newest version in sPHENIX GitHub at line 117 of file ActionListTests.cpp


The documentation for this struct was generated from the following file: