salvus.flow.collections.event_data_collection
EventData collection object.
Classes
EventDataCollection
EventDataCollectionclass EventDataCollection(builtins.object):
def __init__(
self, events: List[salvus.flow.collections.event_data.EventData]
): ...A list of events including waveform data.
Parameters
eventsList[salvus.flow.collections.event_data.EventData] — List of events.