Skip to content

Commit eedf394

Browse files
authored
[ALICE3] Update README.md with additional detector options (#15106)
* Update README.md with additional detector options * Add files via upload
1 parent e59f5cb commit eedf394

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!-- doxy
2+
\page refDetectorsUpgradesALICE3IOTOF TOF
3+
/doxy -->
4+
5+
# ALICE 3 TOF system
6+
7+
This is top page for the TOF detector documentation.
8+
9+
10+
## Specific detector setup
11+
12+
13+
Configurables for various sub-detectors are presented in the following Table:
14+
15+
[link to definitions](./base/include/IOTOFBase/IOTOFBaseParam.h)
16+
17+
| Options | Choices | Comments |
18+
| ----------------------------- | ---------------------------------------------------------------- | ------------------------------------------- |
19+
| `IOTOFBase.enableInnerTOF` | `true` (default), `false` | Enable inner TOF barrel layer |
20+
| `IOTOFBase.enableOuterTOF` | `true` (default), `false` | Enable outer TOF barrel layer |
21+
| `IOTOFBase.enableForwardTOF` | `true` (default), `false` | Enable forward TOF endcap |
22+
| `IOTOFBase.enableBackwardTOF` | `true` (default), `false` | Enable backward TOF endcap |
23+
| `IOTOFBase.segmentedInnerTOF` | `false` (default), `true` | Use segmented geometry for inner TOF |
24+
| `IOTOFBase.segmentedOuterTOF` | `false` (default), `true` | Use segmented geometry for outer TOF |
25+
| `IOTOFBase.detectorPattern` | ` ` (default), `v3b`, `v3b1a`, `v3b1b`, `v3b2a`, `v3b2b`, `v3b3` | Optional layout pattern |
26+
| ----------------------------- | ------------------------- | ------------------------------------------- |
27+
28+
29+
For example, a geometry with fully cylindrical tracker barrel (for all layers in VD, ML and OT) can be obtained by
30+
```bash
31+
o2-sim-serial-run5 -n 1 -g pythia8hi -m A3IP TF3 \
32+
--configKeyValues "IOTOFBase.detectorPattern=v3b1a;IOTOFBase.segmentedInnerTOF=true;IOTOFBase.segmentedOuterTOF=true;FT3Base.geoModel=1;FT3Base.nLayers=1;IOTOFBase.enableOuterTOF=false;IOTOFBase.enableBackwardTOF=false;IOTOFBase.enableForwardTOF=false;"
33+
```
34+
35+
<!-- doxy
36+
/doxy -->

Detectors/Upgrades/ALICE3/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ o2-sim-run5 -n 10 -m A3IP TF3
6666

6767
Configurables for various sub-detectors are presented in the following Table:
6868

69-
| Available options | Link to options |
70-
| ----------------- | -------------------------------------------------------------- |
71-
| TKR | [Link to TRK options](./TRK/README.md#specific-detector-setup) |
69+
| Available options | Link to options |
70+
| ----------------- | ---------------------------------------------------------------- |
71+
| TRK | [Link to TRK options](./TRK/README.md#specific-detector-setup) |
72+
| TOF | [Link to TOF options](./IOTOF/README.md#specific-detector-setup) |
7273

7374
### Output of the simulation
7475
The simulation will produce a `o2sim_Hits<DetID>.root` file with a tree with the hits related to that detector.

0 commit comments

Comments
 (0)