Skip to content

Commit

Permalink
Split PixelTriplets to PixelQuintuplets
Browse files Browse the repository at this point in the history
  • Loading branch information
VourMa committed Jul 30, 2024
1 parent ae851e0 commit 5d5bd29
Show file tree
Hide file tree
Showing 4 changed files with 950 additions and 947 deletions.
1 change: 1 addition & 0 deletions RecoTracker/LSTCore/src/alpaka/Event.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "Kernels.h"
#include "Quintuplet.h"
#include "MiniDoublet.h"
#include "PixelQuintuplet.h"
#include "PixelTriplet.h"
#include "TrackCandidate.h"

Expand Down
1 change: 1 addition & 0 deletions RecoTracker/LSTCore/src/alpaka/Kernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "Segment.h"
#include "Triplet.h"
#include "Quintuplet.h"
#include "PixelQuintuplet.h"
#include "PixelTriplet.h"

namespace lst {
Expand Down
Loading

0 comments on commit 5d5bd29

Please sign in to comment.