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 c7c8dc3 commit ebac66fCopy full SHA for ebac66f
Common/Tools/PID/pidTPCModule.h
@@ -672,7 +672,7 @@ class pidTPCModule
672
// process tracksQA in case present
673
std::vector<int64_t> indexTrack2TrackQA;
674
indexTrack2TrackQA.clear();
675
- indexTrack2TrackQA.resize(outTable_size,-1);
+ indexTrack2TrackQA.resize(outTable_size, -1);
676
if constexpr (soa::is_table<TTracksQA>) {
677
for (const auto& trackQA : tracksQA) {
678
indexTrack2TrackQA[trackQA.trackId()] = trackQA.globalIndex();
0 commit comments