Skip to content
/ EDM4eic Public

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

License

Notifications You must be signed in to change notification settings

eic/EDM4eic

This branch is 3 commits ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81c3b2c · Mar 5, 2025
Feb 16, 2025
Sep 19, 2022
Sep 19, 2022
Aug 14, 2023
Jan 21, 2024
Aug 25, 2022
Jul 29, 2022
Oct 16, 2024
Sep 5, 2023
Sep 19, 2022
Sep 19, 2022
Aug 25, 2022
Jan 20, 2025

Repository files navigation

EDM4eic - 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, edm4eic.yml.

\verbinclude edm4eic.yaml

Installing

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