pyrex.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_modeland theray_tracer, and passes it into theantennasfor processing.- Returns
- eventEvent
The neutrino event generated which is responsible for the waveforms on the antennas.
- triggeredbool, optional
If the
triggersparameter was specified, contains whether the global trigger condition of the detector was met.
See also
pyrex.EventClass for storing a tree of
Particleobjects representing an event.pyrex.ParticleClass for storing particle attributes.
