-
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.
Move GPUClusterThresholds back to plugins directory
it was a nice journey
- Loading branch information
Showing
6 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
9 changes: 0 additions & 9 deletions
9
RecoLocalTracker/SiPixelClusterizer/interface/GPUClusterThresholds.h
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
RecoLocalTracker/SiPixelClusterizer/plugins/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,9 @@ | ||
#ifndef RecoLocalTracker_SiPixelClusterizer_plugins_GPUClusterThresholds_h | ||
#define RecoLocalTracker_SiPixelClusterizer_plugins_GPUClusterThresholds_h | ||
|
||
struct GPUClusterThresholds { | ||
const int32_t layer1; // Cluster threshold in electrons for Layer 1 | ||
const int32_t otherLayers; // Cluster threshold in electrons | ||
}; | ||
|
||
#endif // RecoLocalTracker_SiPixelClusterizer_plugins_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
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