Skip to content
Snippets Groups Projects

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

dd4pod data model

This is useful for mc truth.

\verbinclude dd4pod.yaml

Installing

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