|
CORSIKA8
0.0.0
The framework to simulate particle cascades for astroparticle physics
|
Memory implementation of adding nuclear inforamtion to the existing particle stack defined in class InnerStackImpl. More...
#include <NuclearStackExtension.hpp>
Memory implementation of adding nuclear inforamtion to the existing particle stack defined in class InnerStackImpl.
Inside the NuclearStackExtension class there is a dedicated fNucleusRef index, where fNucleusRef[i] is referring to the correct A and Z for a specific particle index i. fNucleusRef[i] == -1 means that this is not a nucleus, and a subsequent call to getNucleusA would produce an exception.