We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce51b80 commit 15a830bCopy full SHA for 15a830b
1 file changed
Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx
@@ -400,6 +400,12 @@ void TrackerTraits<NLayers>::computeLayerCells(const int iteration)
400
});
401
}
402
403
+
404
+ // Clear tracklets and their labels
405
+ for (int iLayer = 0; iLayer < mTrkParams[iteration].TrackletsPerRoad(); ++iLayer) {
406
+ deepVectorClear(mTimeFrame->getTracklets()[iLayer]);
407
+ deepVectorClear(mTimeFrame->getTrackletsLabel(iLayer));
408
+ }
409
410
411
template <int NLayers>
0 commit comments