diff --git a/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx b/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx index 9a77c9e682a..1bff52b73da 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx @@ -81,7 +81,7 @@ struct OnTheFlyTracker { Produces upgradeCascades; // optionally produced, empty (to be tuned later) - Produces tracksExtra; // base table, extend later + Produces tracksExtra; // base table, extend later Produces trackSelection; Produces trackSelectionExtension; @@ -1041,7 +1041,7 @@ struct OnTheFlyTracker { // populate extra tables if required to do so if (populateTracksExtra) { - tracksExtra(0.0f, (uint32_t)0, (uint8_t)0, (uint8_t)0, + tracksExtra(0.0f, (uint32_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, (int8_t)0, (int8_t)0, (uint8_t)0, (uint8_t)0, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f); @@ -1089,7 +1089,7 @@ struct OnTheFlyTracker { // populate extra tables if required to do so if (populateTracksExtra) { - tracksExtra(0.0f, (uint32_t)0, (uint8_t)0, (uint8_t)0, + tracksExtra(0.0f, (uint32_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, (int8_t)0, (int8_t)0, (uint8_t)0, (uint8_t)0, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f);