Skip to content
Snippets Groups Projects
Commit 41c553df authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: Add K4FWCore as dependencies.

parent ea1af05f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -2,8 +2,8 @@
from Gaudi.Configuration import *
from Configurables import CEPCDataSvc
dsvc = CEPCDataSvc("EventDataSvc")
from Configurables import K4DataSvc
dsvc = K4DataSvc("EventDataSvc")
from Configurables import Edm4hepWriteAlg
alg = Edm4hepWriteAlg("Edm4hepWriteAlg")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment