Event class.
The Looper passes the Event object to each of its Analyzers,
which in turn can:
- read some information
- add more information
- modify existing information.
Attributes:
iEv = event processing index, starting at 0
eventWeight = a weight, set to 1 at the beginning of the processing
input = input, as determined by the looper
#TODO: provide a clear interface for access control (put, get, del products) - we should keep track of the name and id of the analyzer.
Definition at line 4 of file event.py.