Skip to content

Commit

Permalink
Merge pull request #1263 from eflumerf/eflumerf/CMakeUpdates
Browse files Browse the repository at this point in the history
Add CMake configurations for new modules, remove deleted file.
  • Loading branch information
kutschke committed May 15, 2024
2 parents 53f9262 + 01447c9 commit 83ca013
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CalPatRec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cet_make_library(
SOURCE
src/CalHelixFinderAlg.cc
src/CalHelixFinderData.cc
src/ChannelID.cc
src/DeltaCandidate.cc
src/DeltaFinderAlg.cc
src/DeltaFinderAlg_findProtons.cc
Expand All @@ -26,6 +27,18 @@ cet_make_library(
ROOT::Physics
)

cet_build_plugin(AgnosticHelixFinderDiag art::tool
REG_SOURCE src/AgnosticHelixFinderDiag_tool.cc
LIBRARIES REG
Offline::CalPatRec
)

cet_build_plugin(AgnosticHelixFinder art::module
REG_SOURCE src/AgnosticHelixFinder_module.cc
LIBRARIES REG
Offline::CalPatRec
)

cet_build_plugin(CalHelixFinder art::module
REG_SOURCE src/CalHelixFinder_module.cc
LIBRARIES REG
Expand Down Expand Up @@ -192,6 +205,12 @@ cet_build_plugin(PhiClusterFinderDiag art::tool
Offline::RecoDataProducts
)

cet_build_plugin(TZClusterFilter art::module
REG_SOURCE src/TZClusterFilter_module.cc
LIBRARIES REG
Offline::CalPatRec
)

cet_build_plugin(TZClusterFinderDiag art::tool
REG_SOURCE src/TZClusterFinderDiag_tool.cc
LIBRARIES REG
Expand Down
6 changes: 6 additions & 0 deletions EventGenerator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ cet_build_plugin(DecayInOrbitWeight art::module
Offline::SeedService
)

cet_build_plugin(deltaFunctionGun art::module
REG_SOURCE src/deltaFunctionGun_module.cc
LIBRARIES REG
Offline::EventGenerator
)

cet_build_plugin(EplusFromStoppedPion art::module
REG_SOURCE src/EplusFromStoppedPion_module.cc
LIBRARIES REG
Expand Down
1 change: 1 addition & 0 deletions GeneralUtilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cet_make_library(
ROOT::MathMore
ROOT::GenVector
Boost::headers
Boost::filesystem
cetlib_except::cetlib_except
CLHEP::CLHEP
fhiclcpp::fhiclcpp
Expand Down
7 changes: 6 additions & 1 deletion Mu2eG4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ cet_make_library(
src/generateFieldMap.cc
src/getPhysicalVolumeOrThrow.cc
src/HelicalProtonAbsorber.cc
src/InitEnvToolBase.cc
src/MaterialFinder.cc
src/MTMasterThread.cc
src/Mu2eG4ActionInitialization.cc
Expand Down Expand Up @@ -158,6 +157,12 @@ cet_make_library(
Geant4::G4error_propagation
)

cet_build_plugin(ConstructEnvEmpty art::tool
REG_SOURCE src/ConstructEnvEmpty_tool.cc
LIBRARIES REG
Offline::Mu2eG4
)

cet_build_plugin(IonProducer art::module
REG_SOURCE src/IonProducer_module.cc
LIBRARIES REG
Expand Down
6 changes: 6 additions & 0 deletions TrkReco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ cet_make_library(
Offline::TrackerGeom
)

cet_build_plugin(MergeKalSeeds art::module
REG_SOURCE src/MergeKalSeeds_module.cc
LIBRARIES REG
Offline::TrkReco
)

cet_build_plugin(MergeHelices art::module
REG_SOURCE src/MergeHelices_module.cc
LIBRARIES REG
Expand Down

0 comments on commit 83ca013

Please sign in to comment.