Public Member Functions | |
def | __init__ (self, iEv, input_data=None, setup=None, eventWeight=1) |
def | __str__ (self) |
Public Attributes | |
eventWeight | |
iEv | |
input | |
setup | |
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.
def event.Event.__str__ | ( | self | ) |
Definition at line 27 of file event.py.
References __class__< T >.__class__(), event.Event.iEv, join(), and genParticles_cff.map.
event.Event.iEv |
Definition at line 22 of file event.py.
Referenced by event.Event.__str__().
event.Event.setup |
Definition at line 24 of file event.py.
Referenced by o2olib.O2OTool.execute(), looper.Looper.loop(), looper.Looper.process(), and looper.Looper.write().