Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions RecoTracker/LSTCore/src/alpaka/MiniDoublet.h
Original file line number Diff line number Diff line change
Expand Up @@ -818,20 +818,20 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
}
alpaka::syncBlockThreads(acc);

// Occupancy matrix for 0.8 GeV pT Cut
// Occupancy matrix for 0.8 GeV pT Cut, 99.99%
constexpr int p08_occupancy_matrix[4][4] = {
{49, 42, 37, 41}, // category 0
{100, 100, 0, 0}, // category 1
{0, 16, 19, 0}, // category 2
{0, 14, 20, 25} // category 3
{46, 42, 40, 37}, // category 0
{132, 105, 0, 0}, // category 1
{0, 17, 21, 0}, // category 2
{0, 16, 20, 26}, // category 3
};

// Occupancy matrix for 0.6 GeV pT Cut, 99.99%
constexpr int p06_occupancy_matrix[4][4] = {
{60, 57, 54, 48}, // category 0
{259, 195, 0, 0}, // category 1
{0, 23, 28, 0}, // category 2
{0, 25, 25, 33} // category 3
{60, 55, 52, 47}, // category 0
{261, 195, 0, 0}, // category 1
{0, 22, 28, 0}, // category 2
{0, 20, 25, 33}, // category 3
};

// Select the appropriate occupancy matrix based on ptCut
Expand Down
16 changes: 8 additions & 8 deletions RecoTracker/LSTCore/src/alpaka/Quintuplet.h
Original file line number Diff line number Diff line change
Expand Up @@ -1838,20 +1838,20 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
}
alpaka::syncBlockThreads(acc);

// Occupancy matrix for 0.8 GeV pT Cut
// Occupancy matrix for 0.8 GeV pT Cut, 99.999%
constexpr int p08_occupancy_matrix[4][4] = {
{336, 414, 231, 146}, // category 0
{291, 214, 440, 156}, // category 0
{0, 0, 0, 0}, // category 1
{0, 0, 0, 0}, // category 2
{0, 0, 191, 106} // category 3
{0, 2, 203, 213}, // category 3
};

// Occupancy matrix for 0.6 GeV pT Cut, 99.99%
// Occupancy matrix for 0.6 GeV pT Cut, 99.999%
constexpr int p06_occupancy_matrix[4][4] = {
{325, 237, 217, 176}, // category 0
{0, 0, 0, 0}, // category 1
{0, 0, 0, 0}, // category 2
{0, 0, 129, 180} // category 3
{1551, 623, 539, 215}, // category 0
{0, 0, 0, 0}, // category 1
{0, 2, 0, 0}, // category 2
{0, 113, 369, 282}, // category 3
};

// Select the appropriate occupancy matrix based on ptCut
Expand Down
20 changes: 10 additions & 10 deletions RecoTracker/LSTCore/src/alpaka/Segment.h
Original file line number Diff line number Diff line change
Expand Up @@ -659,20 +659,20 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
}
alpaka::syncBlockThreads(acc);

// Occupancy matrix for 0.8 GeV pT Cut
// Occupancy matrix for 0.8 GeV pT Cut, 99.99%
constexpr int p08_occupancy_matrix[4][4] = {
{572, 300, 183, 62}, // category 0
{191, 128, 0, 0}, // category 1
{0, 107, 102, 0}, // category 2
{0, 64, 79, 85} // category 3
{739, 314, 230, 60}, // category 0
{1097, 693, 0, 0}, // category 1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a factor of 5 increase here: was the target quantile incidentally lower before?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, category 1 here was set to 99% before. I increased it to 99.99% to match the other categories.

{0, 193, 201, 0}, // category 2
{0, 69, 113, 76}, // category 3
};

// Occupancy matrix for 0.6 GeV pT Cut, 99.9%
// Occupancy matrix for 0.6 GeV pT Cut, 99.99%
constexpr int p06_occupancy_matrix[4][4] = {
{936, 351, 256, 61}, // category 0
{1358, 763, 0, 0}, // category 1
{0, 210, 268, 0}, // category 2
{0, 60, 97, 96} // category 3
{1350, 530, 381, 90}, // category 0
{3581, 1452, 0, 0}, // category 1
{0, 350, 401, 0}, // category 2
{0, 104, 161, 148}, // category 3
};

// Select the appropriate occupancy matrix based on ptCut
Expand Down
20 changes: 10 additions & 10 deletions RecoTracker/LSTCore/src/alpaka/Triplet.h
Original file line number Diff line number Diff line change
Expand Up @@ -835,20 +835,20 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
}
alpaka::syncBlockThreads(acc);

// Occupancy matrix for 0.8 GeV pT Cut
// Occupancy matrix for 0.8 GeV pT Cut, 99.99%
constexpr int p08_occupancy_matrix[4][4] = {
{543, 235, 88, 46}, // category 0
{755, 347, 0, 0}, // category 1
{0, 0, 0, 0}, // category 2
{0, 38, 46, 39} // category 3
{1609, 818, 326, 83}, // category 0
{3065, 1330, 0, 0}, // category 1
{0, 18, 7, 0}, // category 2
{0, 180, 247, 69}, // category 3
};

// Occupancy matrix for 0.6 GeV pT Cut, 99.9%
// Occupancy matrix for 0.6 GeV pT Cut, 99.99%
constexpr int p06_occupancy_matrix[4][4] = {
{1146, 544, 216, 83}, // category 0
{1032, 275, 0, 0}, // category 1
{0, 0, 0, 0}, // category 2
{0, 115, 110, 76} // category 3
{3520, 1663, 526, 129}, // category 0
{10868, 2600, 0, 0}, // category 1
{0, 40, 28, 0}, // category 2
{0, 292, 439, 131}, // category 3
};

// Select the appropriate occupancy matrix based on ptCut
Expand Down
Loading