Skip to content

Commit 1cb7ef3

Browse files
committed
Add ME0 Trigger Object (Stub) and Producer
1 parent 6e5643a commit 1cb7ef3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

L1Trigger/L1TGEM/interface/ME0StubAlgoSubfunction.h

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ namespace l1t {
1616
typedef std::bitset<192> UInt192;
1717

1818
struct Config {
19-
bool skip_centroids = false;
20-
// int32_t ly_thresh = 4;
21-
std::vector<int32_t> ly_thresh_patid = {7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 5, 5, 4, 4, 4, 4, 4};
22-
std::vector<int32_t> ly_thresh_eta = {4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4};
23-
int32_t max_span = 37;
24-
int32_t width = 192;
25-
bool deghost_pre = true;
26-
bool deghost_post = true;
27-
int32_t group_width = 8;
28-
int32_t ghost_width = 1;
29-
bool x_prt_en = true;
30-
bool en_non_pointing = false;
31-
int32_t cross_part_seg_width = 4;
32-
int32_t num_outputs = 4;
33-
bool check_ids = false;
34-
int32_t edge_distance = 2;
35-
int32_t num_or = 2;
19+
bool skip_centroids;
20+
// int32_t ly_thresh;
21+
std::vector<int32_t> ly_thresh_patid;
22+
std::vector<int32_t> ly_thresh_eta;
23+
int32_t max_span;
24+
int32_t width;
25+
bool deghost_pre;
26+
bool deghost_post;
27+
int32_t group_width;
28+
int32_t ghost_width;
29+
bool x_prt_en;
30+
bool en_non_pointing;
31+
int32_t cross_part_seg_width;
32+
int32_t num_outputs;
33+
bool check_ids;
34+
int32_t edge_distance;
35+
int32_t num_or;
3636
};
3737

3838
class hi_lo_t {

0 commit comments

Comments
 (0)