HEP-FCC / FCCAnalyses

Common analysis framework for the Future Circular Collider
https://hep-fcc.github.io/FCCAnalyses/
24 stars 120 forks source link

Cyclical link dependencies FastJet addon <-> FccAnalyses? #417

Open vvolkl opened 3 weeks ago

vvolkl commented 3 weeks ago

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?