Split STS hits into streams and sort by time.
Open issues / todos:
- Creates fixed number of streams per sensor (-> stream size can vary widely between sensors)
- Number of streams not yet configurable
Merge request reports
Activity
added Online Reconstruction labels
added 5 commits
-
15c65d4b...09ffe771 - 4 commits from branch
computing:master
- 060ca130 - Split STS hits into streams and sort by time.
-
15c65d4b...09ffe771 - 4 commits from branch
Dear @v.friese,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
- Resolved by Felix Weiglhofer
whom should review/merge this, as @v.friese will be gone next week?
maybe @se.gorbunov as he is the "customer" of this change?
added 9 commits
-
060ca130...f51dab55 - 8 commits from branch
computing:master
- 0b6a0aa4 - Split STS hits into streams and sort by time.
-
060ca130...f51dab55 - 8 commits from branch
added 3 commits
-
0b6a0aa4...25341351 - 2 commits from branch
computing:master
- fba9a9fc - Split STS hits into streams and sort by time.
-
0b6a0aa4...25341351 - 2 commits from branch
mentioned in merge request !1544 (closed)
@se.gorbunov, @s.zharko: This MR splits the STS Hits into streams. Each stream is a separate partition but they aren't labeled separately. So you get multiple partitions with the same address. Each stream is now sorted in time.
Are there other changes required for the tracking? At first glance is looks like the tracking interface should be able to process this new format.
Unfortunately online tracking still has broken parameters, so I couldn't test it. :(