-
Notifications
You must be signed in to change notification settings - Fork 625
[PWGJE] jetSpectraCharged: standardise event sel, and other small changes #13674
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] jetSpectraCharged: standardise event sel, and other small changes #13674
Conversation
aimeric-landou
commented
Nov 4, 2025
- clean collision histograms
- standardise event selection
- fix inconsistencies between similar process functions
- fix incorrect pthatmax cut in some process functions,
- pthat plots now filled once per coll rather than once per jet
- added weighted version of areasub mcd/mcp
…election, fix inconsistencies between similar process functions, fix faulty pthatmax cut in some process functions, pthat plots now filled once per coll rather than once per jet, added weighted version of areasub mcd/mcp
|
O2 linter results: ❌ 0 errors, |
PWGJE/Tasks/jetSpectraCharged.cxx
Outdated
| bool checkConstituentPt = true; | ||
| bool checkConstituentMinPt = (leadingConstituentPtMin > -98.0); | ||
| bool checkConstituentMaxPt = (leadingConstituentPtMax < 9998.0); | ||
| bool checkConstituentMinPt = (leadingConstituentPtMin > -configSwitchLow); |
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.
why is this negative? the configSwitchLow is already negative isn't it?
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.
you're right, the - needs to go