Skip to content

Commit f6968af

Browse files
authored
Merge pull request #286 from vkucera/converter
Troubleshooting: Add tracks-extra-v002-converter
2 parents 4f4066d + c3d0302 commit f6968af

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

docs/troubleshooting/README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,21 @@ If the missing table is not mentioned there, try to find the missing workflow fo
100100
- If the missing table is the **old** version, it indicates that you are running the corresponding converter while you should not. **Remove** it.
101101
- If the missing table is the **new** version, it indicates that you are not running the corresponding converter while you should. **Add** it.
102102

103-
Old | New | Converter
104-
--------------|-------------------|-------------------------------------
105-
`bc` | `bc_001` | `o2-analysis-bc-converter`
106-
`collision` | `collision_001` | `o2-analysis-collision-converter`
107-
`fdd` | `fdd_001` | `o2-analysis-fdd-converter`
108-
`hmpid` | `hmpid_001` | `o2-analysis-hmpid-converter`
109-
`mccalolabel` | `mccalolabel_001` | `o2-analysis-calo-label-converter`
110-
`mccollision` | `mccollision_001` | `o2-analysis-mccollision-converter`
111-
`mcparticle` | `mcparticle_001` | `o2-analysis-mc-converter`
112-
`mfttrack` | `mfttrack_001` | `o2-analysis-mft-tracks-converter`
113-
`trackextra` | `trackextra_001` | `o2-analysis-tracks-extra-converter`
114-
`v0` | `v0_001` | `o2-analysis-weak-decay-indices`
115-
`v0_001` | `v0_002` | `o2-analysis-v0converter`
116-
`zdc` | `zdc_001` | `o2-analysis-zdc-converter`
103+
| Old | New | Converter |
104+
|--------------------------------|-------------------|-------------------------------------------|
105+
| `bc` | `bc_001` | `o2-analysis-bc-converter` |
106+
| `collision` | `collision_001` | `o2-analysis-collision-converter` |
107+
| `fdd` | `fdd_001` | `o2-analysis-fdd-converter` |
108+
| `hmpid` | `hmpid_001` | `o2-analysis-hmpid-converter` |
109+
| `mccalolabel` | `mccalolabel_001` | `o2-analysis-calo-label-converter` |
110+
| `mccollision` | `mccollision_001` | `o2-analysis-mccollision-converter` |
111+
| `mcparticle` | `mcparticle_001` | `o2-analysis-mc-converter` |
112+
| `mfttrack` | `mfttrack_001` | `o2-analysis-mft-tracks-converter` |
113+
| `trackextra` | `trackextra_001` | `o2-analysis-tracks-extra-converter` |
114+
| `trackextra`, `trackextra_001` | `trackextra_002` | `o2-analysis-tracks-extra-v002-converter` |
115+
| `v0` | `v0_001` | `o2-analysis-weak-decay-indices` |
116+
| `v0_001` | `v0_002` | `o2-analysis-v0converter` |
117+
| `zdc` | `zdc_001` | `o2-analysis-zdc-converter` |
117118

118119
#### General cases
119120

0 commit comments

Comments
 (0)