refactor: Move jet class from plugins to EventData, remove FastJet as plugin#5089
refactor: Move jet class from plugins to EventData, remove FastJet as plugin#5089kodiakhq[bot] merged 19 commits intoacts-project:mainfrom
Conversation
There was a problem hiding this comment.
Looks good to me, thanks for implementing this! There are a couple of namespace declarations that could be removed, but not at all critical.
One question for clarification: With this, we remove the FastJet Plugin entirely, right? Would be good to mention this in the PR title and description.
|
The main |
With the latest commit, I removed plugin option and introduced examples-fastjet option. |
|



In this PR, the Jet class is moved to EventData and no longer depends on FastJet. This makes the Jet class more general and removes the need for a FastJet dependency in TruthJetContainer for future use. With this change, the FastJet dependency is confined to TruthJetAlgorithm, and FastJet is no longer a Plugin.
--- END COMMIT MESSAGE ---
Thanks for the suggestion @benjaminhuth