Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ k4LCIOReader Public archive

Generate EDM4hep collections from LCIO format data

License

Notifications You must be signed in to change notification settings

key4hep/k4LCIOReader

Repository files navigation

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!