k4FWCore is a Gaudi package that provides the PodioDataService, that allows to use podio-based event data models like edm4hep in gaudi workflows.
Component wrapping the PodioDataService to handle PODIO types and collections.
Algorithm to read data from input file(s) on disk.
Algorithm to write data to output file on disk.
Algorithm with a simple float as output, for testing and adding parameters to jobs.
-
ROOT
-
PODIO
-
Gaudi
k4FWCore is a cmake project. After setting up the dependencies (use for example source /cvmfs/sw.hsf.org/key4hep/setup.sh
)
mkdir build install
cd build;
cmake ..
make install