We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4415c88 commit c5e0c25Copy full SHA for c5e0c25
1 file changed
Detectors/ITSMFT/MFT/workflow/src/TrackerSpec.cxx
@@ -261,7 +261,7 @@ void TrackerDPL::run(ProcessingContext& pc)
261
262
rof->setFirstEntry(firstROFTrackEntry);
263
rof->setNEntries(ntracksROF);
264
- *rof++;
+ rof++;
265
roFrameId++;
266
}
267
@@ -319,7 +319,7 @@ void TrackerDPL::run(ProcessingContext& pc)
319
copyTracks(tracksL, allTracksMFT, allClusIdx);
320
321
322
323
324
325
0 commit comments