From 4389a799049b706452c23e439810fdca0e02b576 Mon Sep 17 00:00:00 2001 From: Gianantonio Pezzullo Date: Sun, 25 Aug 2024 07:48:41 -0500 Subject: [PATCH] fixed CMake files --- Analyses/CMakeLists.txt | 9 +++++++++ GeometryService/CMakeLists.txt | 1 + STMMC/CMakeLists.txt | 2 +- TrkReco/CMakeLists.txt | 8 ++++++++ 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Analyses/CMakeLists.txt b/Analyses/CMakeLists.txt index 31ade2f95b..baeaf68156 100644 --- a/Analyses/CMakeLists.txt +++ b/Analyses/CMakeLists.txt @@ -142,6 +142,15 @@ cet_build_plugin(CountPionDecays art::module Offline::MCDataProducts ) +cet_build_plugin(CountVDHits art::module + REG_SOURCE src/CountVDHits_module.cc + LIBRARIES REG + + + Offline::DataProducts + Offline::MCDataProducts +) + cet_build_plugin(CRYGenPlots art::module REG_SOURCE src/CRYGenPlots_module.cc LIBRARIES REG diff --git a/GeometryService/CMakeLists.txt b/GeometryService/CMakeLists.txt index f7e679c1a8..1a38ef9117 100644 --- a/GeometryService/CMakeLists.txt +++ b/GeometryService/CMakeLists.txt @@ -8,6 +8,7 @@ cet_make_library( src/DetectorSolenoidShieldingMaker.cc src/DetectorSystemMaker.cc src/DiskCalorimeterMaker.cc + src/DUSAFMu2eConverter.cc src/ElectronicRackMaker.cc src/ExtMonFNALBuildingMaker.cc src/ExtMonFNALMagnetMaker.cc diff --git a/STMMC/CMakeLists.txt b/STMMC/CMakeLists.txt index ceed8e8ddf..ac7acd0db0 100644 --- a/STMMC/CMakeLists.txt +++ b/STMMC/CMakeLists.txt @@ -15,7 +15,7 @@ cet_build_plugin(STMResamplingProducer art::module Offline::MCDataProducts ) cet_build_plugin(STMResamplingFilter art::module - REG_SOURCE src/STMResamplingProducer_module.cc + REG_SOURCE src/STMResamplingFilter_module.cc LIBRARIES REG Offline::MCDataProducts ) diff --git a/TrkReco/CMakeLists.txt b/TrkReco/CMakeLists.txt index 4880baf578..463e96b70c 100644 --- a/TrkReco/CMakeLists.txt +++ b/TrkReco/CMakeLists.txt @@ -48,6 +48,14 @@ cet_build_plugin(MergeHelices art::module Offline::RecoDataProducts ) +cet_build_plugin(SimpleKalSeedSelector art::tool + REG_SOURCE src/SimpleKalSeedSelector_tool.cc + LIBRARIES REG + Offline::TrkReco + + Offline::Mu2eKinKal +) + cet_build_plugin(TrkRecoMcUtils art::tool REG_SOURCE src/TrkRecoMcUtils_tool.cc LIBRARIES REG