Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing O2bc_001 on Troubleshooting #235

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/troubleshooting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ If the missing table is not mentioned there, try to find the missing workflow fo
- Please refer to the documentation on the [track propagation](../basics-usage/HelperTasks.md#track-propagation) for details.
- Missing `collision_001`: Please add the `o2-analysis-collision-converter`.
- Missing `collision`: If you are executing `o2-analysis-collision-converter`, remove it.
- Missing `O2bc_001`: Please add the `o2-analysis-bc-converter`.
- Missing `zdc_001`: Please add the `o2-analysis-zdc-converter`.
- Missing `zdc`: If you are executing `o2-analysis-zdc-converter`, remove it.
- 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.
Expand Down