Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align hook calls to follow the changes in OCTRL-902 #655

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

knopers8
Copy link
Collaborator

@knopers8 knopers8 commented Jul 9, 2024

OCTRL-902 allows to place hooks before or after SOSOR, EOSOR, SOEOR and EOEOR timestamps are created. This PR moves the hook triggers so that the order of plugin execution is preserved and the information the plugins need is still available. Calls which are critical for a successful SOR and EOR are placed inside the SOSOR - EOEOR timestamp boundaries. Similarly, some other calls at after_<event>+0 are moved to after_<event>-1 to contribute to the transition, even if technically it does not change the perceived behaviour at the moment.

OCTRL-902 allows to place hooks before or after SOSOR, EOSOR, SOEOR and EOEOR timestamps are created.
This PR moves the hook triggers so that the order of plugin execution is preserved and the information the plugins need is still available.
Calls which are critical for a successful SOR and EOR are placed inside the SOSOR - EOEOR timestamp boundaries.
Similarly, some other calls at after_<event>+0 are moved to after_<event>-1 to contribute to the transition, even if technically it does not change the perceived behaviour at the moment.
@knopers8 knopers8 changed the title Align hook calls to follow the changes in OCTRL-902 WIP: Align hook calls to follow the changes in OCTRL-902 Jul 9, 2024
@knopers8 knopers8 changed the title WIP: Align hook calls to follow the changes in OCTRL-902 Align hook calls to follow the changes in OCTRL-902 Jul 15, 2024
@knopers8 knopers8 requested a review from teo July 15, 2024 11:32
@knopers8 knopers8 merged commit 67003d3 into AliceO2Group:master Jul 16, 2024
1 check passed
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