Skip to content

Commit 19ded7a

Browse files
authored
[ALICE 3] Update TRK README (#15151)
* Update TRK README * Update TRK README 2
1 parent e17ce87 commit 19ded7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Detectors/Upgrades/ALICE3/TRK/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ Configurables for various sub-detectors are presented in the following Table:
1515
| Subsystem | Available options | Comments |
1616
| ------------------ | ------------------------------------------------------- | ---------------------------------------------------------------- |
1717
| `TRKBase.layoutVD` | `kIRIS4` (default), `kIRISFullCyl`, `kIRIS5`, `kIRIS4a` | [link to definitions](./base/include/TRKBase/TRKBaseParam.h) |
18-
| `TRKBase.layoutML` | `kCylinder`, `kTurboStaves` (default), `kStaggered` | |
19-
| `TRKBase.layoutOT` | `kCylinder`, `kTurboStaves`, `kStaggered` (default) | |
18+
| `TRKBase.layoutMLOT` | `kCylindrical`, `kSegmented` (default) | `kSegmented` produced a Turbo layout for ML and a Staggered layout for OT |
2019
| `TRKBase.layoutSRV` | `kPeacockv1` (default), `kLOISymm` | `kLOISymm` produces radially symmetric service volumes, as used in the LoI |
2120

2221
For example, a geometry with fully cylindrical tracker barrel (for all layers in VD, ML and OT) can be obtained by
2322
```bash
2423
o2-sim-serial-run5 -n 1 -g pythia8hi -m A3IP TRK FT3 TF3 \
25-
--configKeyValues "TRKBase.layoutVD=kIRISFullCyl;TRKBase.layoutML=kCylinder;TRKBase.layoutOL=kCylinder"
24+
--configKeyValues "TRKBase.layoutVD=kIRISFullCyl;TRKBase.layoutMLOT=kCylindrical"
2625
```
2726

2827
<!-- doxy

0 commit comments

Comments
 (0)