Skip to content
Snippets Groups Projects
Select Git revision
  • irt-data-model
  • master default protected
  • irt-init-v01 protected
  • tof-pid-plugin protected
  • irt-init protected
  • irt-init-rev1 protected
  • ayk-01 protected
  • 19-vectorxyzt-mag-may-be-confusing-since-not-four-vector-magnitude protected
  • ayk-00 protected
  • 21-add-irt-output-data-structures protected
  • 18-provide-constructor-for-eic-vectorxyzt-from-dd4pod-vectorxyz-and-double protected
  • doc protected
  • helper_lib protected
  • v2.0.0
  • v1.1.0
  • v1.0.0
  • v0.9.0
  • v0.8.0
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.2.0
  • v0.1.0
23 results

README.md

Blame
  • Whitney Armstrong's avatar
    Whitney Armstrong authored
    	modified:   docs/Doxyfile
    2d620be7
    History

    EICd - EIC data model

    Overview

    A podio based data model.

    Full Description File

    The entire data model is defined with a single YAML file. Here is the current definition:

    \verbinclude eic_data.yaml

    Installing

    mkdir build && cd build
    cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/eicd -DBUILD_DATA_MODEL=ON
    make -j4 install