Skip to content
Snippets Groups Projects
Whitney Armstrong's avatar
Whitney Armstrong authored
	modified:   README.md
	deleted:    dd4hep.yaml
	new file:   dd4pod.yaml
d2c6fafb
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

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