The FastJet addon uses symbols from JetClusteringUtils.cc (here for example) and should actually link to the FccAnalyses target where JetClusteringUtils.cc is built.
But the FccAnalyses target links against the FastJet addon here.
Not sure why the linker does not complain ( it does with apple-clang 16 on macos, where I noticed this). Maybe JetClustering.cc should be moved back to analyzers/dataframe?
The FastJet addon uses symbols from
JetClusteringUtils.cc
(here for example) and should actually link to the FccAnalyses target whereJetClusteringUtils.cc
is built. But the FccAnalyses target links against the FastJet addon here.Not sure why the linker does not complain ( it does with apple-clang 16 on macos, where I noticed this). Maybe
JetClustering.cc
should be moved back to analyzers/dataframe?