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

WIP: Update the LCIOInput name.

parent f3b7a830
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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)
......
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