Skip to content
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

[PWGLF] feat: Add new features to the NonPromptCascadeTask #8881

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

mpuccio
Copy link
Collaborator

@mpuccio mpuccio commented Dec 9, 2024

This commit introduces several new features to the NonPromptCascadeTask:

  1. Calculates the delta PT between the cascade and the ITS track, and stores it in the DeltaPtITSCascade column of the NPCascTable.
  2. Adds a new column HasReassociatedCluster to the NPCascTable to indicate if the ITS track has reassociated clusters.
  3. Modifies the cpa calculation to use the cascade momentum instead of a separate array.
  4. Adds the deltaPt and hasReassociatedCluster fields to the NPCascCandidate struct and the corresponding emplace_back calls.

These changes aim to provide more detailed information about the non-prompt cascade candidates, which can be useful for further analysis and selection.

This commit introduces several new features to the NonPromptCascadeTask:

1. Calculates the delta PT between the cascade and the ITS track, and stores it in the `DeltaPtITSCascade` column of the `NPCascTable`.
2. Adds a new column `HasReassociatedCluster` to the `NPCascTable` to indicate if the ITS track has reassociated clusters.
3. Modifies the `cpa` calculation to use the cascade momentum instead of a separate array.
4. Adds the `deltaPt` and `hasReassociatedCluster` fields to the `NPCascCandidate` struct and the corresponding `emplace_back` calls.

These changes aim to provide more detailed information about the non-prompt cascade candidates, which can be useful for further analysis and selection.
@mpuccio mpuccio enabled auto-merge (squash) December 9, 2024 15:01
@github-actions github-actions bot changed the title feat: Add new features to the NonPromptCascadeTask [PWGLF] feat: Add new features to the NonPromptCascadeTask Dec 9, 2024
@mpuccio mpuccio merged commit f11e1e9 into master Dec 9, 2024
10 of 12 checks passed
@mpuccio mpuccio deleted the mp-branch-1 branch December 9, 2024 16:06
@vkucera
Copy link
Collaborator

vkucera commented Dec 10, 2024

@mpuccio Please wait a few seconds for the bot to fix the PR title before you enable auto-merge. GitHub uses the title at the moment auto-merge was enabled and does not consider any later changes.

Archita-Dash pushed a commit to Archita-Dash/O2Physics that referenced this pull request Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants