We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f9226 commit a2c0361Copy full SHA for a2c0361
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
@@ -81,7 +81,7 @@ struct OnTheFlyTracker {
81
Produces<aod::UpgradeCascades> upgradeCascades;
82
83
// optionally produced, empty (to be tuned later)
84
- Produces<aod::StoredTracksExtra> tracksExtra; // base table, extend later
+ Produces<aod::StoredTracksExtra_001> tracksExtra; // base table, extend later
85
Produces<aod::TrackSelection> trackSelection;
86
Produces<aod::TrackSelectionExtension> trackSelectionExtension;
87
0 commit comments