[PWGLF] Add new task - PWGLF/Tasks/Nuspex/deutInJetsTrgPt#14781
Open
Cristian-Moscatelli wants to merge 6 commits intoAliceO2Group:masterfrom
Open
[PWGLF] Add new task - PWGLF/Tasks/Nuspex/deutInJetsTrgPt#14781Cristian-Moscatelli wants to merge 6 commits intoAliceO2Group:masterfrom
Cristian-Moscatelli wants to merge 6 commits intoAliceO2Group:masterfrom
Conversation
Collaborator
|
hi @Cristian-Moscatelli could you please check the remaining formatting issues before merging? thanks |
3d9638f to
c4f32b9
Compare
Collaborator
|
Hi @Cristian-Moscatelli could you fix the linter error adding the required include? |
f6a52a0 to
dd27e0a
Compare
vkucera
reviewed
Feb 4, 2026
| } | ||
|
|
||
| // Compute delta phi | ||
| double getDeltaPhi(double a1, double a2) |
Collaborator
There was a problem hiding this comment.
RecoDecay::constrainAngle does this.
Author
There was a problem hiding this comment.
Thank you very much for the comment. I am implementing your suggestion right now
vkucera
reviewed
Feb 4, 2026
|
|
||
| // Find ITS hit | ||
| template <typename TrackIts> | ||
| bool hasITShit(const TrackIts& track, int layer) |
Collaborator
There was a problem hiding this comment.
Quite an unfortunate name. :-D
Collaborator
There was a problem hiding this comment.
@vkucera @Cristian-Moscatelli hasHitITS should do the trick
vkucera
reviewed
Feb 5, 2026
PWGLF/Tasks/Nuspex/CMakeLists.txt
Outdated
| PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(deuteron-in-jet-trg-pt |
Collaborator
There was a problem hiding this comment.
Suggested change
| o2physics_add_dpl_workflow(deuteron-in-jet-trg-pt | |
| o2physics_add_dpl_workflow(deuteron-in-jets-trg-pt |
Collaborator
There was a problem hiding this comment.
@Cristian-Moscatelli please have a look at this suggestions before we merge
a50c4c9 to
f8cb4eb
Compare
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.
Add a new task for studying (anti-)deuteron spectra inside jets and in the UE using the anti-kT algorithm.
The measurement is conducted on skimmed datasets, with the filters "fJetFullLowPt" and "fJetFullHighPt", using the helper Zorro.
Update: 03-02-2026
Include only the processData function to obtain raw spectra.