You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/Upgrades/ALICE3/TRK/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,13 @@ Provided O2 has been compiled with upgrades enabled, it is possible to simulate
10
10
11
11
## Simulation
12
12
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.
14
15
15
16
Typical command to generate MC data:
16
17
```bash
17
-
o2-sim -m PIPE TRK [...]
18
+
o2-sim -m A3IP TRK [...]
18
19
```
19
20
20
21
## 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