PyREx

pyrex.generation.Generator.get_exit_points

Generator.get_exit_points(particle)

Get the intersections of the particle path with the ice volume edges.

For the Generator class, this method is not implemented. Subclasses should override this method with their own procedure for calculating exit points given the generation volume.

Parameters
particleParticle

Particle traveling through the ice.

Raises
NotImplementedError

Always, unless a subclass overrides the function.

See also

pyrex.Particle

Class for storing particle attributes.

PyREx

A Python package for simulation of neutrinos and radio antennas in ice. Version 1.10.0

Navigation