Skip to content

Commit f1a2d9e

Browse files
committed
ITS: Vertexer free L12 trklts to save memory
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent a67d748 commit f1a2d9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ void VertexerTraits::computeTrackletMatching(const int iteration)
407407
ln_tre->Write();
408408
trackletFile->Close();
409409
#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]);
410413
}
411414

412415
void VertexerTraits::computeVertices(const int iteration)

0 commit comments

Comments
 (0)