Skip to content

Commit 96e9aef

Browse files
committed
update readme with recent changes
1 parent e7cc066 commit 96e9aef

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

Detectors/Upgrades/ALICE3/FT3/README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,22 @@ This is top page for the FT3 detector documentation.
1212
Configuration of the endcap disks can be done by setting values for the `FT3Base.layoutFT3` configurable,
1313
the available options are presented in the following Table:
1414

15-
| Option | Comments |
16-
| ---------------------- | ----------------------------------------------------------------------------------------------------------------- |
17-
| `kSegmented` (default) | Currently, only OT disks have realistic implementation, for ML - simple trapezoids |
18-
| `kTrapezoidal` | Simple trapezoisal disks (in both ML and OT), with `FT3Base.nTrapezoidalSegments=32` |
19-
| `kCylindrical` | Simplest possible disks as TGeoTubes (ML and OT), bad for ACTS (wrong digi due to polar coorinates on disk sides) |
15+
| Option | Comments |
16+
| --------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
17+
| `kSegmentedStave` | Segmentation of ML and OT disks: Modules are placed on staggered staves with user defined constants |
18+
| `kSegmentedStaveOTOnly` (default) | Only OT disks are contain staves with modules, ML layers are segmented with strips of modules on front/back |
19+
| `kSegmented` | Segmentation of ML and OT disk with strips of modules of chips on the front and back of a layer |
20+
| `kTrapezoidal` | Simple trapezoidal disks (in both ML and OT), with `FT3Base.nTrapezoidalSegments=32` |
21+
| `kCylindrical` | Simplest possible disks as TGeoTubes (ML and OT), bad for ACTS (wrong digi due to polar coorinates on disk sides) |
22+
23+
Furthermore, there are more options in the case of stave segmentation -- for only OT or both. The user can set to cut the staves exactly on the nominal inner radii (true by default), and outer radii (false by default) of the disks. This exists since (planned) placements of sensors & staves often protrude out of the nominal radii to be more able to cover the nominal disk area. In addition, it is possible to draw reference circles in root for the stave segmented layouts for both the inner (red) and outer (blue) radii. This is off by default, yet can be toggled if the user wants to see how tight the tiling is to the nominal radii -- for visualisation purposes only.
2024

2125
[ [Link to definitions](./base/include/FT3Base/FT3BaseParam.h) ]
2226

23-
For example, a geometry with the endcaps-only can be obtained by
27+
For example, see the command below to generate a geometry with the endcaps only, all layers with the stave geometry, and including reference circles of nominal radii for visualisation.
2428
```bash
2529
o2-sim-serial-run5 -n 1 -g pythia8hi -m FT3 \
26-
--configKeyValues "FT3Base.layoutFT3=kTrapezoidal"
30+
--configKeyValues "FT3Base.layoutFT3=kSegmented; FT3Base.drawReferenceCircles=true"
2731
```
2832

2933
<!-- doxy

0 commit comments

Comments
 (0)