Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DonggukKim0
Copy link

No description provided.

@github-actions github-actions bot added the pwgje label Dec 26, 2024
@github-actions github-actions bot changed the title PWGJE: dijet mass analysis task (new) [PWGJE] dijet mass analysis task (new) Dec 26, 2024
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]));
Copy link
Collaborator

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

@nzardosh
Copy link
Collaborator

thanks for making a PR. Please ping me when you have addressed the above comment and I will approve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants