From 102839b1e970359ed5158ea3e02d95b29b182854 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 13 Jul 2021 01:41:32 +0000 Subject: [PATCH] Resolve "Explain various benchmarks repositories" --- src/docs/index.mdx | 2 ++ src/docs/part3/running_juggler.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 src/docs/part3/running_juggler.md diff --git a/src/docs/index.mdx b/src/docs/index.mdx index f555104..b7185ec 100644 --- a/src/docs/index.mdx +++ b/src/docs/index.mdx @@ -19,6 +19,8 @@ together to get some results and serve as a jumping off point for further develo - [Part 2](part2/adding_detectors.md) - A basic example of how to create new detector geometries, add new sensitive detector constructors, and extend existing detector libraries. +- [Part 3](part3/running_juggler.md) - Running Juggler reconstruction + ## Background Discussion diff --git a/src/docs/part3/running_juggler.md b/src/docs/part3/running_juggler.md new file mode 100644 index 0000000..0fa93e8 --- /dev/null +++ b/src/docs/part3/running_juggler.md @@ -0,0 +1,9 @@ +# Running Reconstruction (Juggler) + +## Juggler Overview + +Juggler is a Gaudi based event processing framework which uses the [eicd](https://eic.phy.anl.gov/eicd) data model. + + +## + -- GitLab