We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67d748 commit f1a2d9eCopy full SHA for f1a2d9e
Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx
@@ -407,6 +407,9 @@ void VertexerTraits::computeTrackletMatching(const int iteration)
407
ln_tre->Write();
408
trackletFile->Close();
409
#endif
410
+
411
+ // from here on we do not use tracklets from L1-2 anymore, so let's free them
412
+ deepVectorClear(mTimeFrame->getTracklets()[1]);
413
}
414
415
void VertexerTraits::computeVertices(const int iteration)
0 commit comments