-
Notifications
You must be signed in to change notification settings - Fork 531
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
[PWGJE] dijet mass analysis task (new) #9130
base: master
Are you sure you want to change the base?
Conversation
PWGJE/Tasks/dijetFinderQA.cxx
Outdated
auto& candidate_jet_D = jetPtcuts_D[i]; | ||
auto& candidate_jet_P = jetPtcuts_P[i]; | ||
|
||
Double_t dphi_D = fabs(atan2(candidate_jet_D[1], candidate_jet_D[0]) - atan2(leading_jet_D[1], leading_jet_D[0])); |
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.
please use the function constrain angle from the recodecay class that does this phi shift
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.
Thank you for your comment!
I updated it using constrain_angle for the phi shift.
Let me know if you need anything else!
thanks for making a PR. Please ping me when you have addressed the above comment and I will approve |
Please check the build. |
No description provided.