We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a00a4 commit b3a1e17Copy full SHA for b3a1e17
1 file changed
Detectors/ITSMFT/MFT/workflow/src/TrackerSpec.cxx
@@ -255,7 +255,7 @@ void TrackerDPL::run(ProcessingContext& pc)
255
256
rof->setFirstEntry(firstROFTrackEntry);
257
rof->setNEntries(ntracksROF);
258
- *rof++;
+ rof++;
259
roFrameId++;
260
}
261
@@ -313,7 +313,7 @@ void TrackerDPL::run(ProcessingContext& pc)
313
copyTracks(tracksL, allTracksMFT, allClusIdx);
314
315
316
317
318
319
0 commit comments