Skip to content

Commit f83eb26

Browse files
authored
[Alice 3] Update TRK readme (#5416)
* [Alice 3] Update TRK readme @qgp, also a test for codeownership * Fix orthography
1 parent d07d182 commit f83eb26

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Detectors/Upgrades/ALICE3/TRK/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ Provided O2 has been compiled with upgrades enabled, it is possible to simulate
1010

1111
## Simulation
1212
TRK module is enabled via the `-m TRK` parameter.
13-
In case of `PIPE` to be enabled, the size of the beam pipe is automatically scaled to what is foreseen for the upgrades.
13+
New beampipe is currently represented by two cylindrical concentric beryllium pipes that cover by default the interaction point region.
14+
It is generally configurable in the code and can be activated passing `-m A3IP` to the `o2-sim` command.
1415

1516
Typical command to generate MC data:
1617
```bash
17-
o2-sim -m PIPE TRK [...]
18+
o2-sim -m A3IP TRK [...]
1819
```
1920

2021
## Reconstruction
21-
Currently, the reconstruction is driven the `macro/run_trac_alice3.C`, which takes as input the hits generated by simulation. Hits can be smeared upon request (see `kUseSmearing`).
22+
Currently, the reconstruction is driven the `macro/run_trac_alice3.C`, which takes as input the hits generated by simulation. Hits can be smeared upon request (see `kUseSmearing`).

0 commit comments

Comments
 (0)