Skip to content

Commit 9a22fc0

Browse files
authored
Merge pull request #46616 from zhenbinwu/tpsupdatePR
Update Track Matching Algorithm for lowPT Muon of Phase2 GMT
2 parents 902185e + ef34112 commit 9a22fc0

File tree

4 files changed

+948
-603
lines changed

4 files changed

+948
-603
lines changed

L1Trigger/Phase2L1GMT/interface/TPSAlgorithm.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ namespace Phase2L1GMT {
1919

2020
const unsigned int PHIDIVIDER = 1 << (BITSPHI - BITSSTUBCOORD);
2121
const unsigned int ETADIVIDER = 1 << (BITSETA - BITSSTUBETA);
22+
const unsigned int BITSPROP = BITSPHI - 2;
23+
const unsigned int PROPMAX = ~ap_uint<BITSPROP>(0);
2224

2325
struct propagation_t {
2426
ap_int<BITSSTUBCOORD> coord1;

0 commit comments

Comments
 (0)