/k4LCIOReader

Generate EDM4hep collections from LCIO format data

Primary LanguageC++Apache License 2.0Apache-2.0

k4LCIOReader

Generate EDM4hep data collections on the fly from LCIO input files.

Submodules

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 from podio::IReader. And it holds an instance of LCIO::LCReader.

k4LCIOReader

Dependencies

Build

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

Contributing

Contributions and bug reports are welcome!