Skip to content

Commit a2c0361

Browse files
authored
[ALICE3] Produce versioned StoredTrackExtra table for the time being (#8332)
1 parent a6f9226 commit a2c0361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
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> tracksExtra; // base table, extend later
84+
Produces<aod::StoredTracksExtra_001> tracksExtra; // base table, extend later
8585
Produces<aod::TrackSelection> trackSelection;
8686
Produces<aod::TrackSelectionExtension> trackSelectionExtension;
8787

0 commit comments

Comments
 (0)