pyrex.generation.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
isFalse
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.