Skip to content
Snippets Groups Projects
Unverified Commit 06e0dca0 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Merge pull request #148 from mirguest/master

WIP: Update the LCIOInput name.
parents f3b7a830 0d33d707
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