Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::EndOfWorldReached Struct Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/StandardAborters.hpp>

Public Member Functions

 EndOfWorldReached ()=default
 
template<typename propagator_state_t , typename stepper_t , typename navigator_t >
bool operator() (propagator_state_t &state, const stepper_t &, const navigator_t &navigator, const Logger &) const
 

Detailed Description

This is the condition that the end of World has been reached it then triggers an propagation abort

Definition at line 202 of file StandardAborters.hpp.

View newest version in sPHENIX GitHub at line 202 of file StandardAborters.hpp

Constructor & Destructor Documentation

Acts::EndOfWorldReached::EndOfWorldReached ( )
default

Member Function Documentation

template<typename propagator_state_t , typename stepper_t , typename navigator_t >
bool Acts::EndOfWorldReached::operator() ( propagator_state_t &  state,
const stepper_t &  ,
const navigator_t &  navigator,
const Logger  
) const
inline

boolean operator for abort condition without using the result

Template Parameters
propagator_state_tType of the propagator state
navigator_tType of the navigator
Parameters
[in,out]stateThe propagation state object
[in]navigatorThe navigator object

Definition at line 214 of file StandardAborters.hpp.

View newest version in sPHENIX GitHub at line 214 of file StandardAborters.hpp


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