Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 552 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 552 Bytes

EICd - EIC data model

A data model for EIC defined with podio and based on EDM4hep.

Full Description File

The entire data model is defined with a single YAML file, eic_data.yml.

\verbinclude eic_data.yaml

Installing

To install the data model into ~/local, use the following commands:

git clone https://github.com/eic/eicd
cd eicd
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=~/local
cmake --build build
cmake --install build