A data model for EIC defined with podio and based on EDM4hep.
The entire data model is defined with a single YAML file, edm4eic.yml
.
\verbinclude edm4eic.yaml
To install the data model into ~/local
, use the following commands:
git clone https://github.com/eic/edm4eic
cd edm4eic
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=~/local
cmake --build build
cmake --install build