Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #256 from GNiendorf/master
Browse files Browse the repository at this point in the history
Remove Tracklet and Pixeltracklet Files
  • Loading branch information
VourMa authored Mar 22, 2023
2 parents ff3e086 + e96d9ea commit 888722c
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1,690 deletions.
2 changes: 1 addition & 1 deletion SDL/Constants.cu
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ CUDA_CONST_VAR const float SDL::ptCut = 0.8;
CUDA_CONST_VAR const float SDL::deltaZLum = 15.0;
CUDA_CONST_VAR const float SDL::pixelPSZpitch = 0.15;
CUDA_CONST_VAR const float SDL::strip2SZpitch = 5.0;

CUDA_CONST_VAR const float SDL::pt_betaMax = 7.0f;
1 change: 1 addition & 0 deletions SDL/Constants.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ namespace SDL
extern CUDA_CONST_VAR const float deltaZLum;
extern CUDA_CONST_VAR const float pixelPSZpitch;
extern CUDA_CONST_VAR const float strip2SZpitch;
extern CUDA_CONST_VAR const float pt_betaMax;
}
#endif
2 changes: 0 additions & 2 deletions SDL/Kernels.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include "Hit.cuh"
#include "MiniDoublet.cuh"
#include "Segment.cuh"
#include "Tracklet.cuh"
#include "PixelTracklet.cuh"
#include "Triplet.cuh"
#include "TrackCandidate.cuh"
#include "Quintuplet.cuh"
Expand Down
143 changes: 0 additions & 143 deletions SDL/PixelTracklet.cu

This file was deleted.

Loading

0 comments on commit 888722c

Please sign in to comment.