[PWGDQ] use correct momentum scaling when computing invariant mass#16365
Merged
mcoquet642 merged 1 commit intoMay 27, 2026
Conversation
|
O2 linter results: ❌ 0 errors, |
65892d3 to
e170e6e
Compare
The mu+mu- invariant mass from global forward tracks in now computed by extrapolating the MFT tracks with the momentum rescaled to the MCH one (momentum scaling method), while previously it was computed by directly extrapolating the global refitted tracks.
e170e6e to
bc00c9e
Compare
mcoquet642
approved these changes
May 27, 2026
bhattdurgesh921-sys
pushed a commit
to bhattdurgesh921-sys/O2Physics
that referenced
this pull request
May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The mu+mu- invariant mass from global forward tracks in now computed by extrapolating the MFT tracks with the momentum rescaled to the MCH one (momentum scaling method), while previously it was computed by directly extrapolating the global refitted tracks.
The PR also fixes a small bug in the code that applies the momentum rescaling, since it was previously scaling the momentum of the global refitted track instead of the MFT standalone track.
On MC data, the new code provides a slight improvement of the mass resolution for J/psi and psi(2S) (checked with few AO2Ds from LHC25i4), as seen below (red: new code with correct momentum scaling, blue: old code with global refitted track). The reason why the global refitted track gives a slightly worse mass resolution in MC data should be investigated, but the question is independent from the changes in this PR.