We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c0a90 commit bbe5993Copy full SHA for bbe5993
1 file changed
Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx
@@ -333,6 +333,9 @@ void VertexerTraits::computeTrackletMatching(const int iteration)
333
#ifdef VTX_DEBUG
334
debugComputeTrackletMatching(iteration);
335
#endif
336
+
337
+ // from here on we do not use tracklets from L1-2 anymore, so let's free them
338
+ deepVectorClear(mTimeFrame->getTracklets()[1]);
339
}
340
341
void VertexerTraits::computeVertices(const int iteration)
0 commit comments