PyREx

pyrex.ListGenerator.create_event

ListGenerator.create_event()

Generate a neutrino event.

Pulls the next Event object from the class’s list of events.

Returns
Event

Next Event object in the list of events.

Raises
StopIteration

If loop is False and the end of the list has been exceeded.

See also

pyrex.Event

Class for storing a tree of Particle objects representing an event.

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