Skip to content

Commit 37e7a19

Browse files
authored
Update README.md
1 parent 2009aa9 commit 37e7a19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/troubleshooting/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ If the missing table is not mentioned there, try to find the missing workflow fo
9797
#### Special cases
9898

9999
- Missing `track`: If you are running on Run 3 input, add `o2-analysis-track-propagation`.
100-
- Please refer to the documentation on the [track propagation](../basics-usage/HelperTasks.md#track-propagation) for details.
101-
- Missing `fv0c`: If you are running on Run 3 input, please make sure that the process switches in the `bc-selection`, `event-selection` and `multiplicity-table` devices are set to `"processRun2": "false", "processRun3": "true"` in your config JSON; see e.g. the `Configurables` section in the [event selection](../basics-usage/HelperTasks.md#event-selection) documentation.
102-
- Missing `tofsignal`: Please refer to the documentation on the [TOF PID](../basics-usage/HelperTasks.md#particle-identification) requirements.
100+
- Please refer to the documentation on the [track propagation](../analysis-tools/TrackSelection.md#track-propagation) for details.
101+
- Missing `fv0c`: If you are running on Run 3 input, please make sure that the process switches in the `bc-selection`, `event-selection` and `multiplicity-table` devices are set to `"processRun2": "false", "processRun3": "true"` in your config JSON; see e.g. the `Configurables` section in the [event selection](../analysis-tools/EventSelection.md) documentation.
102+
- Missing `tofsignal`: Please refer to the documentation on the [TOF PID](../analysis-tools/PID.md) requirements.
103103
- Missing versioned table: Converters convert older versions of tables into their newer versions. (See the table below.)
104104
- If the missing table is the **old** version, it indicates that you are running the corresponding converter while you should not. **Remove** it.
105105
- If the missing table is the **new** version, it indicates that you are not running the corresponding converter while you should. **Add** it.

0 commit comments

Comments
 (0)