Generate EDM4hep data collections on the fly from LCIO input files.
There are 2 modules in this project, k4LCIOReader and LCIOInput.
-
Submodule LCIOInput: An algorithm wrapper of k4LCIOReader in Gaudi that can cooperate with k4FWCore. This module can be optionally turn off while software building.
-
Submodule k4LCIOReader: In this module,
k4LCIOReader
is a subclass that inherits frompodio::IReader
. And it holds an instance ofLCIO::LCReader
.
Suppose environment has been set properly, so that all dependencies can be found by CMake.
mkdir build install
cd build;
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install
Contributions and bug reports are welcome!