Struct Simulator::FailedParticle

Nested Relationships

This struct is a nested type of Template Struct Simulator.

Struct Documentation

struct ActsFatras::Simulator::FailedParticle

A particle that failed to simulate.

Public Members

std::error_code error

The associated error code for this particular failure case.

Particle 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.