Skip to content

Commit

Permalink
Merged CMSSW_12_1_X_GPU_HIon_v1 from repository stahlleiton with cms-…
Browse files Browse the repository at this point in the history
…merge-topic
  • Loading branch information
Andre Stahl committed Aug 24, 2021
2 parents df77a76 + aabb0db commit 1ddf537
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RecoPixelVertexing/PixelTriplets/plugins/CAConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ namespace caConstants {
constexpr uint32_t maxCellsPerHit = 128 / 2;
#else // GPU_SMALL_EVENTS
// tested on MC events with 55-75 pileup events
constexpr uint32_t maxNumberOfTuples = 24 * 1024;
// and extended for Heavy Ions operations (24k -> 32k tuples, 128 -> 256 cells)
constexpr uint32_t maxNumberOfTuples = 32 * 1024;
constexpr uint32_t maxNumberOfDoublets = 512 * 1024;
constexpr uint32_t maxCellsPerHit = 128;
constexpr uint32_t maxCellsPerHit = 2 * 128;
#endif // GPU_SMALL_EVENTS
#endif // ONLY_PHICUT
constexpr uint32_t maxNumOfActiveDoublets = maxNumberOfDoublets / 8;
Expand Down

0 comments on commit 1ddf537

Please sign in to comment.