PyREx

pyrex.kernel.EventKernel.event

EventKernel.event()

Create a neutrino event and run it through the simulation chain.

Creates a particle using the generator, produces a signal from that event, propagates that signal through the ice according to the ice_model and the ray_tracer, and passes it into the antennas for processing.

Returns
eventEvent

The neutrino event generated which is responsible for the waveforms on the antennas.

triggeredbool, optional

If the triggers parameter was specified, contains whether the global trigger condition of the detector was met.

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