Skip to content

Commit

Permalink
Cleanup/simplify code in FitTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
aryd committed Jan 3, 2025
1 parent eafc65b commit 7fa46c4
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 399 deletions.
13 changes: 2 additions & 11 deletions L1Trigger/TrackFindingTracklet/interface/FitTrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,8 @@ namespace trklet {

private:
std::vector<TrackletParametersMemory*> seedtracklet_;
std::vector<FullMatchMemory*> fullmatch0_;
std::vector<FullMatchMemory*> fullmatch1_;
std::vector<FullMatchMemory*> fullmatch2_;
std::vector<FullMatchMemory*> fullmatch3_;
std::vector<FullMatchMemory*> fullmatch4_;
std::vector<FullMatchMemory*> fullmatch5_;
std::vector<FullMatchMemory*> fullmatch6_;
std::vector<FullMatchMemory*> fullmatch7_;
std::vector<FullMatchMemory*> fullmatch8_;
std::vector<FullMatchMemory*> fullmatch9_;
std::vector<FullMatchMemory*> fullmatch10_;

std::vector<std::vector<FullMatchMemory*>> fullmatch_;

unsigned int iSector_;

Expand Down
Loading

0 comments on commit 7fa46c4

Please sign in to comment.