You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish an empty timeframe where the readers only ended the stream
This makes the reader specs follow one policy for a tree without an entry:
publish empty output and then end the stream.
- 36 readers ended the stream without sending anything, while the ITS/MFT,
MCH and MID digit readers sent empty output first.
- A reader that ends the stream without publishing leaves its own writer with
a zero-entry tree, which recreates the same condition in the next step.
- Readers whose branch data lives in owned members now skip only the
GetEntry; the ones binding ROOT-allocated pointers publish an explicit
empty container, since those pointers are null before the first GetEntry.
- The TPC track reader called accumulate(), which reads the entry, before the
check.
https://its.cern.ch/jira/browse/O2-7132
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments