[PWGJE] Jet substructure SoftDrop#14916
Open
louisemillot wants to merge 5 commits intoAliceO2Group:masterfrom
Open
[PWGJE] Jet substructure SoftDrop#14916louisemillot wants to merge 5 commits intoAliceO2Group:masterfrom
louisemillot wants to merge 5 commits intoAliceO2Group:masterfrom
Conversation
vkucera
reviewed
Feb 11, 2026
vkucera
reviewed
Feb 12, 2026
Collaborator
|
Hi @louisemillot , thanks for your PR. Unfortunately I think you need to change the structure of your task. The tables in jetSubstructure.h are not meant for common analyses, they are meant for my own analyses and I would like to keep them independent so that I can change them freely as my analysis progresses. Instead you should look to develop your own tables for this analysis and replace them in your task. The only tables that can be used are the SPs tables, since they are core tables that can then be given to the matching tasks and avoids you having to write the matching from scratch. Therefore you need to make two tasks. One to fill the SP tables and your own tables, and one to store the output after the matching. |
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 detailed jet substructure analysis for data, MCD, and MCP