From 41c553df627a8e1046c7729f34afe57df6ec78f4 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Mon, 11 May 2020 15:47:01 +0800 Subject: [PATCH] WIP: Add K4FWCore as dependencies. --- CMakeLists.txt | 4 +++- Examples/options/edm4hep_write.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd30de52..b34face2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Examples/options/edm4hep_write.py b/Examples/options/edm4hep_write.py index 35ddc8bf..f5ad0bef 100644 --- a/Examples/options/edm4hep_write.py +++ b/Examples/options/edm4hep_write.py @@ -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") -- GitLab