Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW_OTE_development
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
yudian2002@sjtu.edu.cn
CEPCSW_OTE_development
Commits
af4295ab
Commit
af4295ab
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
WIP: migrate DCHDigi
parent
cfb7e7fa
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
Digitisers/CMakeLists.txt
+4
-0
4 additions, 0 deletions
Digitisers/CMakeLists.txt
Digitisers/DCHDigi/CMakeLists.txt
+15
-14
15 additions, 14 deletions
Digitisers/DCHDigi/CMakeLists.txt
with
20 additions
and
15 deletions
CMakeLists.txt
+
1
−
1
View file @
af4295ab
...
...
@@ -25,7 +25,7 @@ endif()
add_subdirectory
(
Analysis
)
add_subdirectory
(
Detector
)
#
add_subdirectory(Digitisers)
add_subdirectory
(
Digitisers
)
add_subdirectory
(
Examples
)
add_subdirectory
(
Generator
)
# add_subdirectory(Reconstruction)
...
...
This diff is collapsed.
Click to expand it.
Digitisers/CMakeLists.txt
0 → 100644
+
4
−
0
View file @
af4295ab
add_subdirectory
(
DCHDigi
)
# add_subdirectory(G2DArbor)
# add_subdirectory(SimHigMerge)
# add_subdirectory(SimpleDigi)
This diff is collapsed.
Click to expand it.
Digitisers/DCHDigi/CMakeLists.txt
+
15
−
14
View file @
af4295ab
gaudi_subdir
(
DCHDigi v0r0
)
find_package
(
k4FWCore
)
find_package
(
CLHEP REQUIRED;CONFIG
)
find_package
(
DD4hep COMPONENTS DDG4 REQUIRED
)
find_package
(
EDM4HEP REQUIRED
)
include_directories
(
${
EDM4HEP_INCLUDE_DIR
}
)
find_package
(
podio REQUIRED
)
find_package
(
ROOT COMPONENTS MathCore Physics GenVector Geom REQUIRED
)
set
(
srcs
src/
*
.cpp
set
(
DCHDigi_
srcs
src/
DCHDigiAlg
.cpp
)
gaudi_depends_on_subdirs
(
Detector/DetInterface
Detector/DetSegmentation
)
## Modules
gaudi_add_module
(
DCHDigi
${
srcs
}
INCLUDE_DIRS k4FWCore GaudiKernel GaudiAlgLib
${
CLHEP_INCLUDE_DIR
}
DD4hep ROOT
LINK_LIBRARIES k4FWCore GaudiKernel GaudiAlgLib
${
CLHEP_LIBRARIES
}
DD4hep
${
DD4hep_COMPONENT_LIBRARIES
}
DDRec ROOT DetSegmentation
-Wl,--no-as-needed
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
gaudi_add_module
(
DCHDigi
SOURCES
${
DCHDigi_srcs
}
LINK DetInterface
DetSegmentation
k4FWCore::k4FWCore
Gaudi::GaudiKernel
Gaudi::GaudiAlgLib
${
CLHEP_LIBRARIES
}
${
DD4hep_COMPONENT_LIBRARIES
}
${
ROOT_LIBRARIES
}
DetSegmentation
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
)
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