Skip to content

Encapsulate events. Add timestamp to each event. Reverse T0Event-CoincidenceEvent cycle.

Marco Filho requested to merge ICSHWI-19423-refactor into dev

Events are now GenericEvents, representing any nGemEvent.

All events have a timestamp instead of each NDArray having a timestamp for a group of events. The T0 Event cycle has been reversed: now T0 event is at the beginning of the vector, not at the end.

Of course, now I need to make ndpluginschemas understand this.

Merge request reports