openmc.ParticleTrack¶
- class openmc.ParticleTrack(particle, states)¶
Particle track information
- Parameters
particle (openmc.ParticleType) – Type of the particle
states (numpy.ndarray) – Structured array containing each state of the particle. The structured array contains the following fields:
r(position; each direction in [cm]),u(direction),E(energy in [eV]),time(time in [s]),wgt(weight),cell_id(cell ID) ,cell_instance(cell instance), andmaterial_id(material ID).
- particle¶
Alias for field number 0
- states¶
Alias for field number 1