-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fix in skimmed data (dca for combined tracks) + extension adding number of shared clusters monitoring #13173
Comments
miranov25
pushed a commit
to miranov25/AliceO2
that referenced
this issue
May 29, 2024
miranov25
pushed a commit
to miranov25/AliceO2
that referenced
this issue
May 29, 2024
davidrohr
pushed a commit
that referenced
this issue
May 29, 2024
…13176) * #13173 - fixing DCA * #13173 - using clang-format --------- Co-authored-by: miranov25 <[email protected]>
benedikt-voelkel
pushed a commit
that referenced
this issue
Jun 6, 2024
…13176) * #13173 - fixing DCA * #13173 - using clang-format --------- Co-authored-by: miranov25 <[email protected]> (cherry picked from commit 877eba6)
chiarazampolli
pushed a commit
that referenced
this issue
Jun 7, 2024
…13176) * #13173 - fixing DCA * #13173 - using clang-format --------- Co-authored-by: miranov25 <[email protected]> (cherry picked from commit 877eba6)
benedikt-voelkel
pushed a commit
that referenced
this issue
Jun 7, 2024
…13176) * #13173 - fixing DCA * #13173 - using clang-format --------- Co-authored-by: miranov25 <[email protected]> (cherry picked from commit 877eba6)
benedikt-voelkel
pushed a commit
that referenced
this issue
Jun 21, 2024
…13176) * #13173 - fixing DCA * #13173 - using clang-format --------- Co-authored-by: miranov25 <[email protected]> (cherry picked from commit 877eba6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates to - #12928
1.) DCA for combined tracks is stored relative to (0,0). It can be recalculated using the vertex position, but some precision is lost in this process.
2.) The number of shared clusters is heavily dependent on the error parameterization and there are indications of possible bug in sector/stack merging, as evidenced by a distribution with a stack-like structure.
In figure below the distribution of the shared clusters for old(blue) and new (red) error parameterization. In new error parameterization it is assumed that amount of the shared clusters will be reduced.
The text was updated successfully, but these errors were encountered: