@@ -81,7 +81,7 @@ struct OnTheFlyTracker {
8181 Produces<aod::UpgradeCascades> upgradeCascades;
8282
8383 // optionally produced, empty (to be tuned later)
84- Produces<aod::StoredTracksExtra_001 > tracksExtra; // base table, extend later
84+ Produces<aod::StoredTracksExtra_002 > tracksExtra; // base table, extend later
8585 Produces<aod::TrackSelection> trackSelection;
8686 Produces<aod::TrackSelectionExtension> trackSelectionExtension;
8787
@@ -1041,7 +1041,7 @@ struct OnTheFlyTracker {
10411041
10421042 // populate extra tables if required to do so
10431043 if (populateTracksExtra) {
1044- tracksExtra (0 .0f , (uint32_t )0 , (uint8_t )0 , (uint8_t )0 ,
1044+ tracksExtra (0 .0f , (uint32_t )0 , (uint8_t )0 , (uint8_t )0 , ( uint8_t ) 0 ,
10451045 (int8_t )0 , (int8_t )0 , (uint8_t )0 , (uint8_t )0 ,
10461046 0 .0f , 0 .0f , 0 .0f , 0 .0f , 0 .0f , 0 .0f ,
10471047 0 .0f , 0 .0f , 0 .0f , 0 .0f , 0 .0f , 0 .0f );
@@ -1089,7 +1089,7 @@ struct OnTheFlyTracker {
10891089
10901090 // populate extra tables if required to do so
10911091 if (populateTracksExtra) {
1092- tracksExtra (0 .0f , (uint32_t )0 , (uint8_t )0 , (uint8_t )0 ,
1092+ tracksExtra (0 .0f , (uint32_t )0 , (uint8_t )0 , (uint8_t )0 , ( uint8_t ) 0 ,
10931093 (int8_t )0 , (int8_t )0 , (uint8_t )0 , (uint8_t )0 ,
10941094 0 .0f , 0 .0f , 0 .0f , 0 .0f , 0 .0f , 0 .0f ,
10951095 0 .0f , 0 .0f , 0 .0f , 0 .0f , 0 .0f , 0 .0f );
0 commit comments