[PWGCF] Add Lambda-proton balance function analysis task - #17838
Open
Anoop1379 wants to merge 8 commits into
Open
[PWGCF] Add Lambda-proton balance function analysis task#17838Anoop1379 wants to merge 8 commits into
Anoop1379 wants to merge 8 commits into
Conversation
1. Measures single-particle (rho1) and two-particle (rho2) density distributions in (delta_eta, delta_phi) and (delta_y, delta_phi) bins to evaluate the Lambda-proton balance function. 2. Evaluates all pair combinations: Lambda-p, Lambda-pbar, AntiLambda-p, and AntiLambda-pbar, along with p-p baseline and Lambda-Lambda pairs. 3. Includes pT-differential pair correlation histograms. 4. Selects primary (anti)protons using TPC/ITS quality cuts, DCA cuts, and combined TPC + TOF PID with momentum threshold switch. 5. Reconstructs Lambda and AntiLambda candidates via V0 topology, daughter PID, and K0s mass rejection window. 6. Implements primary-proton vs. V0 daughter-proton overlap veto to eliminate autocorrelation / split-track artifacts, tracked by ProtonVetoQA. 7. Includes comprehensive QA.
Anoop1379
requested review from
alibuild,
dsarkaralice,
jaelpark,
lauraser,
victor-gonzalez and
wenyaCern
as code owners
September 9, 2026 10:28
|
O2 linter results: ❌ 1 errors, |
Please consider the following formatting changes to AliceO2Group#17838
Removed unnecessary passDCA check for proton tracks.
Please consider the following formatting changes to AliceO2Group#17838
Collaborator
|
Hi @Anoop1379 , please fix the errors reported by the o2-linter check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the lambda-proton-balance-function analysis task (lambdaProtonBalanceFunction.cxx) under PWGCF/TwoParticleCorrelations/Tasks to measure single- and two-particle density correlations and evaluate the Lambda-proton balance function.
This contains:
Validation: