Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/specific_iocs/datastreaming/Datastreaming-Topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Flatbuffers schemas in this topic:

## `_rawEvents`

Partitions: variable
Partitions: variable (will not change at runtime)

This contains _raw_ events (`ev44` schema) and metadata (`pu00`) schema, as emitted by
the streaming control board and the individual detector modules.
Expand All @@ -27,7 +27,7 @@ Flatbuffers schemas in this topic:

## `_events`

partitions: variable
Partitions: variable (will not change at runtime)

This contains _aggregated_ event data. "Aggregated data" means that the metadata for each frame has been merged,
and events concatenated from a large number of small messages to a smaller number of larger messages.
Expand Down