Skip to content

Commit

Permalink
Update onTheFlyTracker.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Dec 18, 2024
1 parent f2d9f6e commit 28b691a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct OnTheFlyTracker {
Produces<aod::UpgradeCascades> upgradeCascades;

// optionally produced, empty (to be tuned later)
Produces<aod::StoredTracksExtra_001> tracksExtra; // base table, extend later
Produces<aod::StoredTracksExtra_002> tracksExtra; // base table, extend later
Produces<aod::TrackSelection> trackSelection;
Produces<aod::TrackSelectionExtension> trackSelectionExtension;

Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 28b691a

Please sign in to comment.