From 5744d94d873486063438964f13d3cbf00f775656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= Date: Fri, 13 Oct 2023 17:35:07 +0200 Subject: [PATCH] Troubleshooting: Add bc converter --- docs/troubleshooting/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting/README.md b/docs/troubleshooting/README.md index 9f49528b..e2b92ae8 100644 --- a/docs/troubleshooting/README.md +++ b/docs/troubleshooting/README.md @@ -79,7 +79,7 @@ Error messages of the following kind: mean that the table `v0dataext` could not be found in the input file, nor has any other workflow produced them. -If the reported table is part of the main [AO2D tables](../datamodel/ao2dTables.md) (e.g. `bc`), then something is wrong with your input file. +If the reported table is part of the main [AO2D tables](../datamodel/ao2dTables.md), then something is wrong with your input file. You can check by opening it with ROOT if the corresponding table exists in the file by navigating to the reported folder (here: `DF_2853960297589372650`). Most likely however the table which is missing has to be produced by a [helper task](../datamodel/helperTaskTables.md). @@ -91,6 +91,8 @@ If the missing table is not mentioned there, try to find the missing workflow fo - Missing `track`: If you are running on Run 3 input, add `o2-analysis-track-propagation`. - Please refer to the documentation on the [track propagation](../basics-usage/HelperTasks.md#track-propagation) for details. +- Missing `bc_001`: Please add the `o2-analysis-bc-converter`. + - Missing `bc`: If you are executing `o2-analysis-bc-converter`, remove it. - Missing `collision_001`: Please add the `o2-analysis-collision-converter`. - Missing `collision`: If you are executing `o2-analysis-collision-converter`, remove it. - Missing `zdc_001`: Please add the `o2-analysis-zdc-converter`.