-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGHF] Add a mass axis to final Thnsparse Correlation Data #13668
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
Conversation
|
O2 linter results: ❌ 0 errors, |
|
Hi @zz951, In fact, if you add the ThNSparse hCorrel2DVsPtGlobalRegion with the mass axis you can then select on the invariant mass at analysis level and you do not need any more the other 3 ThNsparse (signal, sideband left and sideband right). Do I understand correctly? Grazia |
Ciao @gluparel , because of the traditional method to subtract background using left or right sideband only and both of them is different from each other, there are a mass dependence. Therefore, I am thinking to using the fitting method to extract signal correlation, which we need to project correlations on mass axis with 32 delta_phi bins to get 32 per-trigger yield of signal, and for this reason we need a raw yield within 32 different delta_phi bins. In ThNsparse, what we stored is the information for each pair(Lambda_c-Hadron), some candidates may be associated different charge particles in the same delta_phi bins, so I need a TH3 histogram with mass, pt_lambda_c and delta_phi (the candidates in the same delta_phi bin will be filled only once). As for the other 3 ThNsparse, we keep them now for final comparison to check the performance of the fitting method. |
|
Hi @zz951, |
Ciao @apalasciano thank you for the comments, you are right, I misunderstood before. Here I give a new commit as you mentioned. |
apalasciano
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Zhen,
Thanks for implementing the suggestion.
I'm approving it
|
Error while checking build/O2Physics/o2 for 8472938 at 2025-11-07 09:04: Full log here. |
Head branch was pushed to by a user without write access
In correlatorLcHadrons.cxx, add a histogram to be filled with mass, pt, which will be filled only once in same delta phi bin even.
In taskCorrelationLcHadrons.cxx, add a histogram to be filled in a global region also add anther mass axis.