File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Detectors/ITSMFT/ITS/tracking/src Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -666,7 +666,6 @@ void TimeFrame<nLayers>::wipe()
666666 deepVectorClear (mROFramesPV );
667667 deepVectorClear (mPrimaryVertices );
668668 deepVectorClear (mRoads );
669- deepVectorClear (mRoadLabels );
670669 deepVectorClear (mMSangles );
671670 deepVectorClear (mPhiCuts );
672671 deepVectorClear (mPositionResolution );
@@ -676,9 +675,15 @@ void TimeFrame<nLayers>::wipe()
676675 deepVectorClear (mTrackletsIndexROF );
677676 deepVectorClear (mPrimaryVertices );
678677 deepVectorClear (mTrackletClusters );
679- deepVectorClear (mVerticesContributorLabels );
680678 deepVectorClear (mLines );
681- deepVectorClear (mLinesLabels );
679+ if (hasMCinformation ()) {
680+ deepVectorClear (mLinesLabels );
681+ deepVectorClear (mVerticesContributorLabels );
682+ deepVectorClear (mTrackletLabels );
683+ deepVectorClear (mCellLabels );
684+ deepVectorClear (mRoadLabels );
685+ deepVectorClear (mTracksLabel );
686+ }
682687}
683688
684689template class TimeFrame <7 >;
You can’t perform that action at this time.
0 commit comments