Skip to content

FT0: fix return type mismatch in ChannelData getters (int16_t)#15303

Open
spulawsk wants to merge 2 commits intoAliceO2Group:devfrom
spulawsk:FT0_channeldata_pr
Open

FT0: fix return type mismatch in ChannelData getters (int16_t)#15303
spulawsk wants to merge 2 commits intoAliceO2Group:devfrom
spulawsk:FT0_channeldata_pr

Conversation

@spulawsk
Copy link
Copy Markdown
Contributor

This PR fixes a type inconsistency in ChannelData getters.

The internal data members:

  • CFDTime (int16_t)
  • QTCAmpl (int16_t)

were already stored as int16_t, but the getters returned a different type.
This change updates:

  • getTime()
  • getAmp()

to return int16_t, ensuring consistency with the underlying data.

@spulawsk spulawsk marked this pull request as ready for review April 22, 2026 07:46
@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2/fullCI_slc9 for 35ddd10 at 2026-04-22 12:02:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

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