@@ -12,7 +12,7 @@ You can see the radial detector used in this simulation by enabling the `Visuali
Detector models for radial strip detectors are implemented in the `RadialStripDetectorModel` class. A radial strip detector model is defined using four parameters for each strip row. In addition, its `type` has to be defined as `radial_strip`.
@@ -38,7 +38,7 @@ All charge carriers are deposited at time zero, i.e. at the beginning of the eve
Example configuration for a point source at a defined position around which charge carriers are deposited with a Gaussian distribution:
```toml
```ini
[DepositionPointCharge]
source_type="point"
model="spot"
@@ -49,7 +49,7 @@ number_of_steps = 100
Example configuration for a MIP-like energy deposition along a line at a fixed position, with 63 electron-hole pairs deposited per micrometer of sensor material:
@@ -109,7 +109,7 @@ The file should have its end-of-file marker (EOF) in a new line, otherwise the l
## Usage
An example for reading energy depositions from a ROOT file tree named `hitTree`, using only the first five characters of the volume name as detector identifier and meter as unit length, is the following: