Class Event
source code
The Event class. This is a simple container for the event information
and has the following member variables.
runID - The Run ID year - The year the event triggered startTime - The
number tenths of nanoseconds since the beginning of the year. eventLength
- The length of the event in units of tenths of nanoseconds triggers - A
list of triggers in the event. This is a list of tuples where the first
entry of the tuple is the time of the trigger with respect to the
earliest trigger in the event. hits - A list of hits in the event. A hit
is simply a 5-tuple where the elements 0-4 are charge, time, x, y, and z
respectively.