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: docs/troubleshooting/README.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,22 +91,31 @@ If the missing table is not mentioned there, try to find the missing workflow fo
91
91
92
92
- Missing `track`: If you are running on Run 3 input, add `o2-analysis-track-propagation`.
93
93
- Please refer to the documentation on the [track propagation](../basics-usage/HelperTasks.md#track-propagation) for details.
94
-
- Missing `bc_001`: Please add the `o2-analysis-bc-converter`.
95
-
- Missing `bc`: If you are executing `o2-analysis-bc-converter`, remove it.
96
-
- Missing `collision_001`: Please add the `o2-analysis-collision-converter`.
97
-
- Missing `collision`: If you are executing `o2-analysis-collision-converter`, remove it.
98
-
- Missing `zdc_001`: Please add the `o2-analysis-zdc-converter`.
99
-
- Missing `zdc`: If you are executing `o2-analysis-zdc-converter`, remove it.
100
-
- 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.
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` 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.
101
95
- Missing `tofsignal`: Please refer to the documentation on the [TOF PID](../basics-usage/HelperTasks.md#particle-identification) requirements.
96
+
- Missing versioned table: Converters convert older versions of tables into their newer versions. (See the table below.)
97
+
- If the missing table is the **old** version, it indicates that you are running the corresponding converter while you should not. **Remove** it.
98
+
- If the missing table is the **new** version, it indicates that you are not running the corresponding converter while you should. **Add** it.
You can identify the missing workflow by running the [`find_dependencies.py`](https://github.com/AliceO2Group/O2Physics/blob/master/Scripts/find_dependencies.py) script.
106
117
The procedure is simple: If the error message complains about a missing table `DF_<id>/O2<table>` then you have to run `$O2PHYSICS_ROOT/share/scripts/find_dependencies.py -t <table>`
107
118
inside the O2Physics environment and add the correct one among the listed producer workflows to your command line.
108
-
Note that the script searches for tables based on their description in the data model.
109
-
This description does not contain the table version suffix (e.g. `_001`), so you need to remove it from the name of the table.
110
119
111
120
Example: If the missing table is `DF_2853960297589372650/O2timestamps`, then you have to look up `timestamps`:
0 commit comments