Skip to content

Commit ed57932

Browse files
authored
[ALICE3] OTF tracker - bump version of TracksExtra to 002 (#9043)
1 parent a4bbb5c commit ed57932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)