Skip to content

Commit

Permalink
Add comment on increase of maxNumberOfTuples and maxCellsPerHit
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Bocci <[email protected]>
  • Loading branch information
stahlleiton and fwyzard authored Aug 6, 2021
1 parent 1e958d0 commit aabb0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RecoPixelVertexing/PixelTriplets/plugins/CAConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ namespace caConstants {
constexpr uint32_t maxCellsPerHit = 128 / 2;
#else // GPU_SMALL_EVENTS
// tested on MC events with 55-75 pileup events
// 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 = 2 * 128;
Expand Down

0 comments on commit aabb0db

Please sign in to comment.