ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsFatras::FailedParticle Struct Reference

A particle that failed to simulate. More...

#include <ActsFatras/Kernel/Simulation.hpp>

Collaboration diagram for ActsFatras::FailedParticle:
[legend]

Public Attributes

std::error_code error
 The associated error code for this particular failure case.
Particle particle
 Initial particle state of the failed particle.

Detailed Description

A particle that failed to simulate.

Member Data Documentation

◆ error

std::error_code ActsFatras::FailedParticle::error

The associated error code for this particular failure case.

◆ particle

Particle ActsFatras::FailedParticle::particle

Initial particle state of the failed particle.

This must store the full particle state to be able to handle secondaries that are not in the input particle list. Otherwise they could not be referenced.