From 60fe6119879cd426fbe9e80b341c3f575da6c434 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Wed, 19 May 2021 23:48:56 -0500 Subject: [PATCH] modified: overview.md --- src/docs/overview.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/docs/overview.md b/src/docs/overview.md index a4d5b40..263a854 100644 --- a/src/docs/overview.md +++ b/src/docs/overview.md @@ -2,6 +2,16 @@ title: "Overview" --- +This tutorial is designed to give the user a **quick glimpse** of some key aspects of the simulation assembled toolkit and is in no way near a full treatment. +Rather, the aim of this tutorial is to **provide starting point** to quickly begin simulation work with the modern software tools. +The key toolkit components were thoughtfully selected to (i) leverage externally supported and maintained projects, (ii) decouple framework as much as possible, (iii) allow for modern tools to be developed with the vision of using these tools for next decade. +The key software components are: + - DD4hep (with Geant4 and ROOT) + - GAUDI + - ACTS + - podio + + ## DD4hep DD4hep introduces the concept of a `DetElement` which is related to the volumes (logical volumes) and placed volumes but not in a strict way. -- GitLab