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 @@ -641,8 +641,6 @@ void TimeFrame<nLayers>::setMemoryPool(std::shared_ptr<BoundedMemoryResource>& p
641641 initVectors (mTracks );
642642 initVectors (mTracklets );
643643 initVectors (mCells );
644- initVectors (mCellSeeds );
645- initVectors (mCellSeedsChi2 );
646644 initVectors (mCellsNeighbours );
647645 initVectors (mCellsLookupTable );
648646}
@@ -654,8 +652,6 @@ void TimeFrame<nLayers>::wipe()
654652 deepVectorClear (mTracks );
655653 deepVectorClear (mTracklets );
656654 deepVectorClear (mCells );
657- deepVectorClear (mCellSeeds );
658- deepVectorClear (mCellSeedsChi2 );
659655 deepVectorClear (mRoads );
660656 deepVectorClear (mCellsNeighbours );
661657 deepVectorClear (mCellsLookupTable );
You can’t perform that action at this time.
0 commit comments