"...git@eicweb.phy.anl.gov:containers/eic_container.git" did not exist on "158196bfca05d72130f24d74611efdc736de7b64"
Newer
Older
import Background from './background.md'
## Introduction
This tutorial is meant to prepare you to contribute to the simulation toolkit for the EIC.
The tutorial is not meant to represent a complete software toolkit, but to put together enough pieces
together to get some results and serve as a jumping off point for further development.
- [Quick start](getting-started/quickstart) - Start here to download software and configure your development environment.
- [Part 1](part1.md) - An introduction to the detector description starting with a simple detector.
This tutorial shows how to add new parameterized detectors to a library of generic detectors (NPdet).
- [Part 2](part2.md) -
* Preface for the new programmer
* Part 0a: Configuring your running environment
* Part 0b: Configuring your development environment
* Part 1: Simple Detector Example
* Part 2: Extending Detector Geometry
* Part 3: Adding a new detector
* Part 4: Detector digitization, volumes, and segmentation
* Part 5: Event reconstruction