Skip to content

Commit 373a611

Browse files
authored
Add files via upload
1 parent cbe712a commit 373a611

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
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 -->

0 commit comments

Comments
 (0)