-
Notifications
You must be signed in to change notification settings - Fork 615
[PWGCF] DptDpt - Increasing the level of pT bins tracking #10887
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
Also - fixed `linter` magic number usage recommendations - don't process individual tracks if only pairs are required
| constexpr int kFiftyPerCent = 50.0f; | ||
| constexpr int kHundredPerCent = 100.0f; |
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.
Shouldn't these be float?
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.
Yes!
They should!
Thanks!
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.
But it will go in the next iteration probably tomorrow
alibuild
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.
Auto-approving on behalf of @victor-gonzalez.
…up#10887) Co-authored-by: Victor <victor@cern.ch>
…up#10887) Co-authored-by: Victor <victor@cern.ch>
…up#10887) Co-authored-by: Victor <victor@cern.ch>
…up#10887) Co-authored-by: Victor <victor@cern.ch>
Also
lintermagic number usage recommendations