pyrex.ListGenerator.create_event¶
-
ListGenerator.create_event()¶ Generate a neutrino event.
Pulls the next
Eventobject from the class’s list of events.- Returns
- Event
Next
Eventobject in the list of events.
- Raises
- StopIteration
If
loopisFalseand the end of the list has been exceeded.
See also
pyrex.EventClass for storing a tree of
Particleobjects representing an event.pyrex.ParticleClass for storing particle attributes.
