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
41c553df
Commit
41c553df
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Add K4FWCore as dependencies.
parent
ea1af05f
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
CMakeLists.txt
+3
-1
3 additions, 1 deletion
CMakeLists.txt
Examples/options/edm4hep_write.py
+2
-2
2 additions, 2 deletions
Examples/options/edm4hep_write.py
with
5 additions
and
3 deletions
CMakeLists.txt
+
3
−
1
View file @
41c553df
...
...
@@ -14,4 +14,6 @@ endif()
gaudi_project
(
CEPCSW v0r1
USE Gaudi v33r1
)
\ No newline at end of file
USE Gaudi v33r1
K4FWCore v0r1
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Examples/options/edm4hep_write.py
+
2
−
2
View file @
41c553df
...
...
@@ -2,8 +2,8 @@
from
Gaudi.Configuration
import
*
from
Configurables
import
CEPC
DataSvc
dsvc
=
CEPC
DataSvc
(
"
EventDataSvc
"
)
from
Configurables
import
K4
DataSvc
dsvc
=
K4
DataSvc
(
"
EventDataSvc
"
)
from
Configurables
import
Edm4hepWriteAlg
alg
=
Edm4hepWriteAlg
(
"
Edm4hepWriteAlg
"
)
...
...
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