Skip to content
Snippets Groups Projects
README.md 579 B
Newer Older
  • Learn to ignore specific revisions
  • [TOC]
    
    EICd - EIC data model
    
    =====================
    
    Whitney Armstrong's avatar
    Whitney Armstrong committed
    
    
    ## Overview
    
    A podio based data model.
    
    - https://eic.phy.anl.gov/eicd - this page
    
    Whitney Armstrong's avatar
    Whitney Armstrong committed
    - [dd4pod](https://eic.phy.anl.gov/npdet/ref_doc/namespacedd4pod.html): data model for dd4hep output which comes with [npdet](https://eic.phy.anl.gov/npdet/).
    
    ## Full Description File
    
    The entire data model is defined with a single YAML file. Here is the current definition:
    
    \verbinclude eic_data.yaml
    
    
    ## Installing
    
    Whitney Armstrong's avatar
    Whitney Armstrong committed
    
    
    mkdir build && cd build
    
    cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/eicd -DBUILD_DATA_MODEL=ON
    
    make -j4 install