Skip to content

Conversation

@aimeric-landou
Copy link
Contributor

  • 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
@github-actions
Copy link

github-actions bot commented Nov 4, 2025

O2 linter results: ❌ 0 errors, ⚠️ 1 warnings, 🔕 0 disabled

nzardosh
nzardosh previously approved these changes Nov 4, 2025
bool checkConstituentPt = true;
bool checkConstituentMinPt = (leadingConstituentPtMin > -98.0);
bool checkConstituentMaxPt = (leadingConstituentPtMax < 9998.0);
bool checkConstituentMinPt = (leadingConstituentPtMin > -configSwitchLow);
Copy link
Collaborator

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?

Copy link
Contributor Author

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

@nzardosh nzardosh enabled auto-merge (squash) November 4, 2025 13:07
@nzardosh nzardosh merged commit 4eb5cc0 into AliceO2Group:master Nov 4, 2025
14 checks passed
lmattei01 pushed a commit to lmattei01/O2Physics that referenced this pull request Dec 5, 2025
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