Skip to content

Commit

Permalink
[Alice 3] Update TRK readme (#5416)
Browse files Browse the repository at this point in the history
* [Alice 3] Update TRK readme

@qgp, also a test for codeownership

* Fix orthography
  • Loading branch information
mconcas committed Feb 11, 2021
1 parent d07d182 commit f83eb26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Detectors/Upgrades/ALICE3/TRK/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Provided O2 has been compiled with upgrades enabled, it is possible to simulate

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

Typical command to generate MC data:
```bash
o2-sim -m PIPE TRK [...]
o2-sim -m A3IP TRK [...]
```

## Reconstruction
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`).
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 comments on commit f83eb26

Please sign in to comment.