Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eicd/README.md is written in an unsupported language. File is not indexed.

0001 EICd - EIC data model
0002 =====================
0003 
0004 A data model for EIC defined with [podio](https://github.com/AIDASoft/podio) and based on [EDM4hep](https://github.com/key4hep/EDM4hep).
0005 
0006 ## Full Description File
0007 
0008 The entire data model is defined with a single YAML file, `eic_data.yml`.
0009 
0010 \verbinclude eic_data.yaml
0011 
0012 ## Installing
0013 
0014 To install the data model into `~/local`, use the following commands:
0015 ```console
0016 git clone https://github.com/eic/eicd
0017 cd eicd
0018 cmake -S . -B build -DCMAKE_INSTALL_PREFIX=~/local
0019 cmake --build build
0020 cmake --install build
0021 ```
0022