From 0d33d70712bae3a49eabd8ffb63f25a558cb0b00 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Mon, 15 Feb 2021 22:21:56 +0800
Subject: [PATCH] WIP: Update the LCIOInput name.

---
 Examples/options/tut_analysis_TotalInvMass.py | 4 ++--
 cmake/CEPCSWConfig.cmake                      | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Examples/options/tut_analysis_TotalInvMass.py b/Examples/options/tut_analysis_TotalInvMass.py
index eb7faebb..3698df52 100644
--- a/Examples/options/tut_analysis_TotalInvMass.py
+++ b/Examples/options/tut_analysis_TotalInvMass.py
@@ -6,8 +6,8 @@ from Configurables import k4DataSvc
 dsvc = k4DataSvc("EventDataSvc")
 
 # read LCIO files
-from Configurables import k4LCIOInput
-lcioinput = k4LCIOInput("k4LCIOInput")
+from Configurables import LCIOInput
+lcioinput = LCIOInput("LCIOInput")
 
 import glob
 
diff --git a/cmake/CEPCSWConfig.cmake b/cmake/CEPCSWConfig.cmake
index 4f9445ac..c008c2f8 100644
--- a/cmake/CEPCSWConfig.cmake
+++ b/cmake/CEPCSWConfig.cmake
@@ -2,6 +2,7 @@ include(CMakeFindDependencyMacro)
 find_dependency(podio REQUIRED)
 find_dependency(Gaudi REQUIRED)
 find_dependency(k4FWCore REQUIRED)
+find_dependency(k4LCIOReader REQUIRED)
 find_dependency(EDM4HEP REQUIRED)
 find_dependency(ROOT REQUIRED)
 
-- 
GitLab