Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
CEPCSW
Commits
c501beee
Commit
c501beee
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
WIP: migrate DCHDedx.
parent
66a449a1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Reconstruction/CMakeLists.txt
+5
-0
5 additions, 0 deletions
Reconstruction/CMakeLists.txt
Reconstruction/DCHDedx/CMakeLists.txt
+18
-17
18 additions, 17 deletions
Reconstruction/DCHDedx/CMakeLists.txt
with
24 additions
and
18 deletions
CMakeLists.txt
+
1
−
1
View file @
c501beee
...
@@ -28,7 +28,7 @@ add_subdirectory(Detector)
...
@@ -28,7 +28,7 @@ add_subdirectory(Detector)
add_subdirectory
(
Digitisers
)
add_subdirectory
(
Digitisers
)
add_subdirectory
(
Examples
)
add_subdirectory
(
Examples
)
add_subdirectory
(
Generator
)
add_subdirectory
(
Generator
)
#
add_subdirectory(Reconstruction)
add_subdirectory
(
Reconstruction
)
add_subdirectory
(
Service
)
add_subdirectory
(
Service
)
add_subdirectory
(
Simulation
)
add_subdirectory
(
Simulation
)
add_subdirectory
(
Utilities
)
add_subdirectory
(
Utilities
)
...
...
This diff is collapsed.
Click to expand it.
Reconstruction/CMakeLists.txt
0 → 100644
+
5
−
0
View file @
c501beee
add_subdirectory
(
DCHDedx
)
# add_subdirectory(Digi_Calo)
# add_subdirectory(PFA)
# add_subdirectory(SiliconTracking)
# add_subdirectory(Tracking)
This diff is collapsed.
Click to expand it.
Reconstruction/DCHDedx/CMakeLists.txt
+
18
−
17
View file @
c501beee
gaudi_subdir
(
DCHDedx v0r0
)
find_package
(
k4FWCore
)
find_package
(
EDM4HEP REQUIRED
)
find_package
(
EDM4HEP REQUIRED
)
find_package
(
DD4hep COMPONENTS DDCore DDRec REQUIRED
)
find_package
(
DD4hep COMPONENTS DDCore DDRec REQUIRED
)
gaudi_depends_on_subdirs
(
k4FWCore
Simulation/DetSimInterface
Detector/DetInterface
Detector/DetSegmentation
)
set
(
srcs
set
(
srcs
src/
*
.cpp
src/
RecDCHDedxAlg
.cpp
)
)
# Modules
# Modules
gaudi_add_module
(
DCHDedx
${
srcs
}
gaudi_add_module
(
DCHDedx
INCLUDE_DIRS GaudiKernel
SOURCES
${
srcs
}
LINK_LIBRARIES GaudiAlgLib GaudiKernel
LINK DetSimInterface
DetSegmentation
DetInterface
-Wl,--no-as-needed
DetSegmentation
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
k4FWCore::k4FWCore
-Wl,--as-needed
Gaudi::GaudiAlgLib
Gaudi::GaudiKernel
DetSegmentation
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
)
)
install
(
TARGETS DCHDedx
EXPORT CEPCSWTargets
RUNTIME DESTINATION
"
${
CMAKE_INSTALL_BINDIR
}
"
COMPONENT bin
LIBRARY DESTINATION
"
${
CMAKE_INSTALL_LIBDIR
}
"
COMPONENT shlib
COMPONENT dev
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment