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

:MCH: introduce digit time errors in raw decoder #8573

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

aferrero2707
Copy link
Collaborator

@aferrero2707 aferrero2707 commented Apr 13, 2022

The code introduces a check of the digit time values in the data decoder, and two new error codes to notify when the digit time is not ok:

  • ErrorInvalidDigitTime is emitted when the digit time is equal to DataDecoder::tfTimeInvalid
  • ErrorBadDigitTime is emitted when the digit time is outside user-defined limits

The acceptable limits are expressed in units of orbits since the start of time-frame, and can be set via the MCHCoDecParam interface.

The code introduces a check of the digit time values
in the data decoder, and two new error codes to notify
when the digit time is not ok:
- ErrorInvalidDigitTime is emitted when the digit time
is equal to DataDecoder::tfTimeInvalid
- ErrorBadDigitTime is emitted when the digit time is
outside user-defined limits

The acceptable limits are expressed in units of orbits
since the start of time-frame, and can be set via the
MCHCoDecParam interface.
@aphecetche aphecetche merged commit 30906bd into AliceO2Group:dev Apr 25, 2022
@aferrero2707 aferrero2707 deleted the mch-add-bad-digit-time-error branch April 25, 2022 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants