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 dbf2e75 commit 29247beCopy full SHA for 29247be
Common/TableProducer/Converters/trackQA002Converter.cxx
@@ -22,7 +22,7 @@ struct TrackQAConverter002 {
22
23
void process000(aod::TracksQA_000 const& tracksQA_000)
24
{
25
- for (const auto& trackQA : tracksQA_001) {
+ for (const auto& trackQA : tracksQA_000) {
26
tracksQA_002(
27
trackQA.trackId(),
28
trackQA.tpcTime0(),
0 commit comments