Skip to content

TPC TimeSeries: fix silent track loss from binning overflow - #15658

Merged
alcaliva merged 4 commits into
AliceO2Group:devfrom
miranov25:dev
Aug 4, 2026
Merged

TPC TimeSeries: fix silent track loss from binning overflow#15658
alcaliva merged 4 commits into
AliceO2Group:devfrom
miranov25:dev

Conversation

@miranov25

Copy link
Copy Markdown
Contributor

Bin indices for tgl, phi, qPt, and multiplicity were used as implicit track selection cuts: tracks outside histogram range were silently dropped (return). Replace with std::clamp — edge bins become overflow bins (standard ROOT convention). No change for tracks within range.

Bug: changing --max-qPt or --mult-max removed tracks from ALL outputs (DCA, dEdx, etc.), not just the binned histograms.

Loading
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.

4 participants