From 12469eeb3cb2875b6438c09283f633dfe0852dd8 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 12 Jul 2021 20:40:19 -0500 Subject: [PATCH 1/2] new file: running_juggler.md --- src/docs/part3/running_juggler.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/docs/part3/running_juggler.md 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 From c631a86fb4f1cdaa31bd91a40c685d580a9e050f Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 12 Jul 2021 20:41:11 -0500 Subject: [PATCH 2/2] modified: index.mdx --- src/docs/index.mdx | 2 ++ 1 file changed, 2 insertions(+) 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 -- GitLab