Skip to content
Snippets Groups Projects
Commit eac62d7d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: index.mdx

	modified:   part1/simple_detector.md
parent 5d81dd27
Branches
No related tags found
No related merge requests found
Pipeline #10127 passed
...@@ -15,9 +15,9 @@ together to get some results and serve as a jumping off point for further develo ...@@ -15,9 +15,9 @@ together to get some results and serve as a jumping off point for further develo
- [Quick start](getting-started/quickstart) - Start here to download software and configure your development environment. - [Quick start](getting-started/quickstart) - Start here to download software and configure your development environment.
- [Part 1](part1/simple_detector.md) - An introduction to the detector description starting with a simple detector. - [Part 1](part1/simple_detector.md) - An introduction to using compact detector descriptions, running Geant4 simulation, and processing the data using DD4hep hooks.
- [Part 2](part2/adding_detectors.md) - This tutorial shows how to add new parameterized detectors to a library of generic detectors (NPdet). - [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.
## Background Discussion ## Background Discussion
......
...@@ -109,8 +109,9 @@ world_z = 10000.000 = 10*world_side ...@@ -109,8 +109,9 @@ world_z = 10000.000 = 10*world_side
This is very useful with a good subsystem naming convention. This is very useful with a good subsystem naming convention.
## Running Geant4 simulation
## Run the geant4 simulation `npsim` is a clone of DD4hep's `ddsim` but has a different output plugin.
```bash ```bash
npsim --runType run --enableG4GPS \ npsim --runType run --enableG4GPS \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment