Skip to content

[PWGJE] update the jet v2 in-plane and out-of-plane selection, fix several issue#15884

Closed
YubiaoWang wants to merge 3 commits intoAliceO2Group:masterfrom
YubiaoWang:master
Closed

[PWGJE] update the jet v2 in-plane and out-of-plane selection, fix several issue#15884
YubiaoWang wants to merge 3 commits intoAliceO2Group:masterfrom
YubiaoWang:master

Conversation

@YubiaoWang
Copy link
Copy Markdown
Contributor

@YubiaoWang YubiaoWang commented Apr 20, 2026

  1. Fixed event-plane validity checks (changed || to &&)
  2. Wrapped raw angle differences into the (0 \sim 2\pi) interval
  3. Fixed random cone RNG seeding (removed repeated SetSeed(0) in init{})
  4. Resolved memory leak in if (temppara[0] == 0) (added a histogram and replaced return;)
  5. Moved fitting plot and function cleanup inside the loop in processSigmaPtAreaSubMCP
  6. Removed extra occupancy and event selection in processInOutJetV2MCD
  7. Added skipMBGapEvents in jetderiveddatautilities::selectCollision()
  8. Removed old function fitFncMCP()
  9. Fixed inconsistency in leading jet usage: fillLeadingJetQA assumes the highest-pT jet,
    while RC veto used jets.iteratorAt(0). Now both use the same leading jet definition

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 20, 2026

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

@github-actions github-actions bot changed the title update the jet v2 in-plane and out-of-plane selection, fix several issue [PWGJE] update the jet v2 in-plane and out-of-plane selection, fix several issue Apr 20, 2026
@YubiaoWang YubiaoWang closed this Apr 20, 2026
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.

1 participant