Skip to content

Commit 0c5c8db

Browse files
committed
Move collisions and zdc up
1 parent a53865e commit 0c5c8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/troubleshooting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ If the missing table is not mentioned there, try to find the missing workflow fo
9191

9292
- Missing `track`: If you are running on Run 3 input, add `o2-analysis-track-propagation`.
9393
- Please refer to the documentation on the [track propagation](../basics-usage/HelperTasks.md#track-propagation) for details.
94-
- 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` tasks 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.
95-
- Missing `tofsignal`: Please refer to the documentation on the [TOF PID](../basics-usage/HelperTasks.md#particle-identification) requirements.
9694
- Missing `collision_001`: Please add the `o2-analysis-collision-converter`.
9795
- Missing `collision`: If you are executing `o2-analysis-collision-converter`, remove it.
9896
- Missing `zdc_001`: Please add the `o2-analysis-zdc-converter`.
9997
- Missing `zdc`: If you are executing `o2-analysis-zdc-converter`, remove it.
98+
- 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` tasks 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.
99+
- Missing `tofsignal`: Please refer to the documentation on the [TOF PID](../basics-usage/HelperTasks.md#particle-identification) requirements.
100100

101101
#### General cases
102102

0 commit comments

Comments
 (0)