Skip to content

Commit

Permalink
Update trackQA002Converter.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Dec 13, 2024
1 parent dbf2e75 commit 29247be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/TableProducer/Converters/trackQA002Converter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct TrackQAConverter002 {

void process000(aod::TracksQA_000 const& tracksQA_000)
{
for (const auto& trackQA : tracksQA_001) {
for (const auto& trackQA : tracksQA_000) {
tracksQA_002(
trackQA.trackId(),
trackQA.tpcTime0(),
Expand Down

0 comments on commit 29247be

Please sign in to comment.