From 9bc4263c24e4d13e3cd0e619bfa0aae553cad729 Mon Sep 17 00:00:00 2001 From: Matteo Concas Date: Tue, 9 Feb 2021 09:58:08 +0100 Subject: [PATCH 1/2] [Alice 3] Update TRK readme @qgp, also a test for codeownership --- Detectors/Upgrades/ALICE3/TRK/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/README.md b/Detectors/Upgrades/ALICE3/TRK/README.md index f35f9d4fe20dc..6d4e30add2bcc 100644 --- a/Detectors/Upgrades/ALICE3/TRK/README.md +++ b/Detectors/Upgrades/ALICE3/TRK/README.md @@ -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 twp cylindrical concentric berillium 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`). \ No newline at end of file +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`). From a4f67a78d473ef49359f044bfa0b0b65181f652f Mon Sep 17 00:00:00 2001 From: Matteo Concas Date: Tue, 9 Feb 2021 10:03:19 +0100 Subject: [PATCH 2/2] Fix orthography --- Detectors/Upgrades/ALICE3/TRK/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/README.md b/Detectors/Upgrades/ALICE3/TRK/README.md index 6d4e30add2bcc..ba9f2e0ce12fb 100644 --- a/Detectors/Upgrades/ALICE3/TRK/README.md +++ b/Detectors/Upgrades/ALICE3/TRK/README.md @@ -10,7 +10,7 @@ Provided O2 has been compiled with upgrades enabled, it is possible to simulate ## Simulation TRK module is enabled via the `-m TRK` parameter. -New beampipe is currently represented by twp cylindrical concentric berillium pipes that cover by default the interaction point region. +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: