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
1d292643
Commit
1d292643
authored
4 years ago
by
fangwx@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
change K4 to k4
parent
06041167
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Digitisers/SimHitMerge/CMakeLists.txt
+3
-3
3 additions, 3 deletions
Digitisers/SimHitMerge/CMakeLists.txt
Examples/options/LCIO_read_G2CD.py
+2
-2
2 additions, 2 deletions
Examples/options/LCIO_read_G2CD.py
with
5 additions
and
5 deletions
Digitisers/SimHitMerge/CMakeLists.txt
+
3
−
3
View file @
1d292643
...
@@ -3,7 +3,7 @@ gaudi_subdir(SimHitMergeAlg v0r0)
...
@@ -3,7 +3,7 @@ gaudi_subdir(SimHitMergeAlg v0r0)
find_package
(
DD4hep COMPONENTS DDG4 REQUIRED
)
find_package
(
DD4hep COMPONENTS DDG4 REQUIRED
)
find_package
(
EDM4HEP REQUIRED
)
find_package
(
EDM4HEP REQUIRED
)
find_package
(
podio REQUIRED
)
find_package
(
podio REQUIRED
)
find_package
(
K
4FWCore REQUIRED
)
find_package
(
k
4FWCore REQUIRED
)
include_directories
(
${
EDM4HEP_INCLUDE_DIR
}
)
include_directories
(
${
EDM4HEP_INCLUDE_DIR
}
)
...
@@ -14,7 +14,7 @@ set(SimHitMergeAlg_srcs src/*.cpp)
...
@@ -14,7 +14,7 @@ set(SimHitMergeAlg_srcs src/*.cpp)
# Modules
# Modules
gaudi_add_module
(
SimHitMerge
${
SimHitMergeAlg_srcs
}
gaudi_add_module
(
SimHitMerge
${
SimHitMergeAlg_srcs
}
INCLUDE_DIRS
K
4FWCore GaudiKernel GaudiAlgLib DD4hep
INCLUDE_DIRS
k
4FWCore GaudiKernel GaudiAlgLib DD4hep
LINK_LIBRARIES
K
4FWCore GaudiKernel GaudiAlgLib DD4hep DDRec
LINK_LIBRARIES
k
4FWCore GaudiKernel GaudiAlgLib DD4hep DDRec
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
)
)
This diff is collapsed.
Click to expand it.
Examples/options/LCIO_read_G2CD.py
+
2
−
2
View file @
1d292643
#!/usr/bin/env python
#!/usr/bin/env python
from
Gaudi.Configuration
import
*
from
Gaudi.Configuration
import
*
from
Configurables
import
K
4DataSvc
from
Configurables
import
k
4DataSvc
dsvc
=
K
4DataSvc
(
"
EventDataSvc
"
)
dsvc
=
k
4DataSvc
(
"
EventDataSvc
"
)
# read LCIO files
# read LCIO files
from
Configurables
import
LCIOInput
from
Configurables
import
LCIOInput
...
...
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