Skip to content

Commit bbe5993

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ void VertexerTraits::computeTrackletMatching(const int iteration)
333333
#ifdef VTX_DEBUG
334334
debugComputeTrackletMatching(iteration);
335335
#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]);
336339
}
337340

338341
void VertexerTraits::computeVertices(const int iteration)

0 commit comments

Comments
 (0)