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
[treeplayer] Fix precision loss in TTree::Scan for 64-bit integers
The `"lld"` column format passed without an embedded size (e.g. via
`"colsize=N col=lld"`) was not recognized as a `"long long"` modifier in
**TTreeFormula::PrintValue**, so 64-bit integer branches (e.g.
`ULong64_t`) were evaluated as double and rounded above 2^53.
This commit fixes a off-by-one problem in the length-modifier detection
to address the issue, adding also a regression test.
Closes#7844.
🤖 Done with the help of [Claude Code](https://claude.com/claude-code) (Claude Opus 4.8)
0 commit comments