-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename gpuClusterThresholds to GPUClusterThresholds
- Loading branch information
Showing
7 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
RecoLocalTracker/SiPixelClusterizer/interface/GPUClusterThresholds.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef RecoLocalTracker_SiPixelClusterizer_interface_GPUClusterThresholds_h | ||
#define RecoLocalTracker_SiPixelClusterizer_interface_GPUClusterThresholds_h | ||
|
||
struct GPUClusterThresholds { | ||
constexpr GPUClusterThresholds(int32_t clusterThreshold_L1, int32_t clusterThreshold) | ||
: layer1(clusterThreshold_L1), otherLayers(clusterThreshold){}; | ||
const int32_t layer1; // Cluster threshold in electrons for Layer 1 | ||
const int32_t otherLayers; // Cluster threshold in electrons | ||
}; | ||
|
||
#endif // RecoLocalTracker_SiPixelClusterizer_interface_GPUClusterThresholds_h |
11 changes: 0 additions & 11 deletions
11
RecoLocalTracker/SiPixelClusterizer/interface/gpuClusterThresholds.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters