Skip to content

Commit be4598c

Browse files
authored
Automatic data model update (#106)
1 parent 36a2ebc commit be4598c

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

docs/datamodel/joinsAndIterators.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,13 @@ Click on the labels to display the definitions. Click buttons to
574574
</ul>
575575
</div>
576576

577+
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::DileptonExtra</button>
578+
<div class="panel">
579+
<ul>
580+
<li>o2::aod::DileptonExtra = o2::aod::DileptonsExtra::iterator</li>
581+
</ul>
582+
</div>
583+
577584
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::V0Bit</button>
578585
<div class="panel">
579586
<ul>

docs/datamodel/pwgTables.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,13 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//PWGDQ
13651365
<td>uint32_t</td>
13661366
<td>Local boards on each MID plane (8 bits per plane)</td>
13671367
</tr>
1368+
<tr>
1369+
<td>o2::aod::fwdtrack::TrackType</td>
1370+
<td></td>
1371+
<td>trackType</td>
1372+
<td>uint8_t</td>
1373+
<td>Type of track. See enum ForwardTrackTypeEnum</td>
1374+
</tr>
13681375
</table>
13691376
</div>
13701377

@@ -2897,6 +2904,13 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//PWGDQ
28972904
<td>uint32_t</td>
28982905
<td>Local boards on each MID plane (8 bits per plane)</td>
28992906
</tr>
2907+
<tr>
2908+
<td>o2::aod::fwdtrack::TrackType</td>
2909+
<td></td>
2910+
<td>trackType</td>
2911+
<td>uint8_t</td>
2912+
<td>Type of track. See enum ForwardTrackTypeEnum</td>
2913+
</tr>
29002914
</table>
29012915
</div>
29022916

0 commit comments

Comments
 (0)