Skip to content

Commit

Permalink
feat: use the algorithms::-interfaced EICrecon algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Feb 9, 2024
1 parent 574f674 commit 7c07bdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ get_filename_component(ActsCore_PATH ${ActsCore_LOCATION} DIRECTORY)

## Dependencies
find_package(algorithms)
find_package(EICrecon)
find_package(Gaudi)
find_package(k4FWCore)

Expand Down
1 change: 1 addition & 0 deletions JugReco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gaudi_add_module(JugRecoPlugins
Gaudi::GaudiAlgLib Gaudi::GaudiKernel
JugBase JugAlgo
algorithms::core algorithms::calorimetry
EICrecon::algorithms_calorimetry_library
ROOT::Core ROOT::RIO ROOT::Tree
EDM4HEP::edm4hep
EDM4EIC::edm4eic
Expand Down
2 changes: 2 additions & 0 deletions JugReco/src/components/ClusterRecoCoG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#include <JugAlgo/Algorithm.h>
#include <algorithms/calorimetry/ClusterRecoCoG.h>
#include <algorithms/calorimetry/CalorimeterClusterRecoCoG.h>

// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
JUGALGO_DEFINE_ALGORITHM(ClusterRecoCoG, algorithms::calorimetry::ClusterRecoCoG, Jug::Reco)
JUGALGO_DEFINE_ALGORITHM(CalorimeterClusterRecoCoG, eicrecon::CalorimeterClusterRecoCoG, Jug::Reco)

0 comments on commit 7c07bdc

Please sign in to comment.