Skip to content

Commit 29247be

Browse files
authored
Update trackQA002Converter.cxx
1 parent dbf2e75 commit 29247be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/Converters/trackQA002Converter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct TrackQAConverter002 {
2222

2323
void process000(aod::TracksQA_000 const& tracksQA_000)
2424
{
25-
for (const auto& trackQA : tracksQA_001) {
25+
for (const auto& trackQA : tracksQA_000) {
2626
tracksQA_002(
2727
trackQA.trackId(),
2828
trackQA.tpcTime0(),

0 commit comments

Comments
 (0)