You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
miranov25
committed
TPC TimeSeries: fix silent track loss from binning overflow
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.
0 commit comments