File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Detectors/ITSMFT/ITS/tracking Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,6 @@ struct TimeFrame {
293293 std::array<bounded_vector<Cluster>, nLayers> mUnsortedClusters ;
294294 std::vector<bounded_vector<Tracklet>> mTracklets ;
295295 std::vector<bounded_vector<CellSeed>> mCells ;
296- std::vector<bounded_vector<o2::track::TrackParCovF>> mCellSeeds ;
297- std::vector<bounded_vector<float >> mCellSeedsChi2 ;
298296 bounded_vector<Road<nLayers - 2 >> mRoads ;
299297 std::vector<bounded_vector<TrackITSExt>> mTracks ;
300298 std::vector<bounded_vector<int >> mCellsNeighbours ;
Original file line number Diff line number Diff line change @@ -644,8 +644,6 @@ void TimeFrame<nLayers>::setMemoryPool(std::shared_ptr<BoundedMemoryResource>& p
644644 initVectors (mTracks );
645645 initVectors (mTracklets );
646646 initVectors (mCells );
647- initVectors (mCellSeeds );
648- initVectors (mCellSeedsChi2 );
649647 initVectors (mCellsNeighbours );
650648 initVectors (mCellsLookupTable );
651649}
@@ -657,8 +655,6 @@ void TimeFrame<nLayers>::wipe()
657655 deepVectorClear (mTracks );
658656 deepVectorClear (mTracklets );
659657 deepVectorClear (mCells );
660- deepVectorClear (mCellSeeds );
661- deepVectorClear (mCellSeedsChi2 );
662658 deepVectorClear (mRoads );
663659 deepVectorClear (mCellsNeighbours );
664660 deepVectorClear (mCellsLookupTable );
You can’t perform that action at this time.
0 commit comments