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

A particle that failed to simulate. More...

#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Kernel/Simulation.hpp>

+ Collaboration diagram for ActsFatras::FailedParticle:

Public Attributes

Particle particle
 
std::error_code error
 The associated error code for this particular failure case.
 

Detailed Description

A particle that failed to simulate.

Definition at line 115 of file Simulation.hpp.

View newest version in sPHENIX GitHub at line 115 of file Simulation.hpp

Member Data Documentation

std::error_code ActsFatras::FailedParticle::error

The associated error code for this particular failure case.

Definition at line 123 of file Simulation.hpp.

View newest version in sPHENIX GitHub at line 123 of file Simulation.hpp

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.

Definition at line 121 of file Simulation.hpp.

View newest version in sPHENIX GitHub at line 121 of file Simulation.hpp


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