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 theice_model
and theray_tracer
, and passes it into theantennas
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.