Skip to content

Commit 6f0d9c0

Browse files
committed
add description comments
1 parent 70da239 commit 6f0d9c0

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

L1Trigger/L1TGEM/interface/ME0StubAlgoPatUnit.h

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,19 @@ namespace l1t {
1818
std::vector<int> calculate_cluster_size(const std::vector<uint64_t>& data);
1919
std::vector<int> calculate_hits(const std::vector<uint64_t>& data);
2020

21-
ME0StubPrimitive pat_unit(
22-
const std::vector<uint64_t>& data,
23-
const std::vector<std::vector<int>>& bx_data,
24-
int strip = 0,
25-
int partition = -1,
26-
std::vector<int> ly_thresh_patid =
27-
{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 =
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
30-
int input_max_span = 37,
31-
bool skip_centroids = true,
32-
int num_or = 2,
33-
bool light_hit_count = true,
34-
bool verbose = false);
21+
ME0StubPrimitive pat_unit(const std::vector<uint64_t>& data,
22+
const std::vector<std::vector<int>>& bx_data,
23+
int strip = 0,
24+
int partition = -1,
25+
std::vector<int> ly_thresh_patid = {7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 5, 5, 4, 4, 4, 4, 4},
26+
// layer count threshold for 17 pattern ids
27+
std::vector<int> ly_thresh_eta = {4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4},
28+
// layer count threshold for 8 eta partitions + 7 "virtual" eta partitions
29+
int input_max_span = 37,
30+
bool skip_centroids = true,
31+
int num_or = 2,
32+
bool light_hit_count = true,
33+
bool verbose = false);
3534
} // namespace me0
3635
} // namespace l1t
3736
#endif

0 commit comments

Comments
 (0)