Skip to content

Commit 70da239

Browse files
committed
add description comments
1 parent 3b55283 commit 70da239

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

L1Trigger/L1TGEM/interface/ME0StubAlgoPatUnit.h

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,8 @@ namespace l1t {
2525
int partition = -1,
2626
std::vector<int> ly_thresh_patid =
2727
{7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 5, 5, 4, 4, 4, 4, 4}, // layer count threshold for 17 pattern ids
28-
std::vector<int> ly_thresh_eta = {4,
29-
5,
30-
4,
31-
5,
32-
4,
33-
5,
34-
4,
35-
5,
36-
4,
37-
5,
38-
4,
39-
5,
40-
4,
41-
5,
42-
4}, // layer count threshold for 8 eta partitions + 7 "virtual" eta partitions
28+
std::vector<int> ly_thresh_eta =
29+
{4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4}, // layer count threshold for 8 eta partitions + 7 "virtual" eta partitions
4330
int input_max_span = 37,
4431
bool skip_centroids = true,
4532
int num_or = 2,

0 commit comments

Comments
 (0)