Skip to content

Commit 251b2ea

Browse files
[Common] modified aod::TracksQA_002 to aod::TracksQAVersion (#11485)
Co-authored-by: Anton Alkin <anton.alkin@cern.ch>
1 parent 77cdd75 commit 251b2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/occupancyTableProducer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ struct TrackMeanOccTableProducer {
16921692
}
16931693
}
16941694

1695-
using MyTracksQA = aod::TracksQA_002;
1695+
using MyTracksQA = aod::TracksQAVersion; // using MyTracksQA = aod::TracksQA_002;
16961696

16971697
// Process the Data
16981698
int dfCount = 0;

0 commit comments

Comments
 (0)