Skip to content
Merged
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
29 changes: 15 additions & 14 deletions docs/troubleshooting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,21 @@ If the missing table is not mentioned there, try to find the missing workflow fo
- If the missing table is the **old** version, it indicates that you are running the corresponding converter while you should not. **Remove** it.
- If the missing table is the **new** version, it indicates that you are not running the corresponding converter while you should. **Add** it.

Old | New | Converter
--------------|-------------------|-------------------------------------
`bc` | `bc_001` | `o2-analysis-bc-converter`
`collision` | `collision_001` | `o2-analysis-collision-converter`
`fdd` | `fdd_001` | `o2-analysis-fdd-converter`
`hmpid` | `hmpid_001` | `o2-analysis-hmpid-converter`
`mccalolabel` | `mccalolabel_001` | `o2-analysis-calo-label-converter`
`mccollision` | `mccollision_001` | `o2-analysis-mccollision-converter`
`mcparticle` | `mcparticle_001` | `o2-analysis-mc-converter`
`mfttrack` | `mfttrack_001` | `o2-analysis-mft-tracks-converter`
`trackextra` | `trackextra_001` | `o2-analysis-tracks-extra-converter`
`v0` | `v0_001` | `o2-analysis-weak-decay-indices`
`v0_001` | `v0_002` | `o2-analysis-v0converter`
`zdc` | `zdc_001` | `o2-analysis-zdc-converter`
| Old | New | Converter |
|--------------------------------|-------------------|-------------------------------------------|
| `bc` | `bc_001` | `o2-analysis-bc-converter` |
| `collision` | `collision_001` | `o2-analysis-collision-converter` |
| `fdd` | `fdd_001` | `o2-analysis-fdd-converter` |
| `hmpid` | `hmpid_001` | `o2-analysis-hmpid-converter` |
| `mccalolabel` | `mccalolabel_001` | `o2-analysis-calo-label-converter` |
| `mccollision` | `mccollision_001` | `o2-analysis-mccollision-converter` |
| `mcparticle` | `mcparticle_001` | `o2-analysis-mc-converter` |
| `mfttrack` | `mfttrack_001` | `o2-analysis-mft-tracks-converter` |
| `trackextra` | `trackextra_001` | `o2-analysis-tracks-extra-converter` |
| `trackextra`, `trackextra_001` | `trackextra_002` | `o2-analysis-tracks-extra-v002-converter` |
| `v0` | `v0_001` | `o2-analysis-weak-decay-indices` |
| `v0_001` | `v0_002` | `o2-analysis-v0converter` |
| `zdc` | `zdc_001` | `o2-analysis-zdc-converter` |

#### General cases

Expand Down
Loading