Skip to content

Please consider the following formatting changes to #15668 - #22

Closed
alibuild wants to merge 2 commits into
matthias-kleiner:pressurefixfrom
alibuild:alibot-cleanup-15668
Closed

Please consider the following formatting changes to #15668#22
alibuild wants to merge 2 commits into
matthias-kleiner:pressurefixfrom
alibuild:alibot-cleanup-15668

Conversation

@alibuild

@alibuild alibuild commented Aug 7, 2026

Copy link
Copy Markdown

Your PR AliceO2Group#15668 cannot be merged as is. You should either run clang-format yourself and update the pull request, or merge this PR in yours.
You can find the AliceO2 coding conventions at https://github.com/AliceO2Group/CodingGuidelines.

matthias-kleiner and others added 2 commits August 7, 2026 15:48
The rolling median in makeRobustPressure was computed with a one-sided
(past-only) window for the last query time(s) of each ~10-minute processing
slot, because no future data existed yet in the buffer. This caused the
last value(s) of each slot to lag behind any pressure trend, followed by a
visible jump when the next slot started with a symmetric window. Fixed by
withholding trailing query points until a 2x-timeInterval look-ahead margin
of future data is available, picking them up seamlessly in the next slot.

Also fixes:
- CCDB objects were uploaded even for slots with no new data for that
  quantity; now skipped when there's nothing to store.
- Pressure's CCDB end-validity now anchors on its own last data point
  plus a margin, instead of mLastCreationTime + generic extension
@alibuild alibuild closed this Aug 7, 2026
@alibuild
alibuild deleted the alibot-cleanup-15668 branch August 7, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants