Skip to content

Commit

Permalink
Merge pull request #46616 from zhenbinwu/tpsupdatePR
Browse files Browse the repository at this point in the history
Update  Track Matching Algorithm for lowPT Muon of Phase2 GMT
  • Loading branch information
cmsbuild authored Nov 19, 2024
2 parents 902185e + ef34112 commit 9a22fc0
Show file tree
Hide file tree
Showing 4 changed files with 948 additions and 603 deletions.
2 changes: 2 additions & 0 deletions L1Trigger/Phase2L1GMT/interface/TPSAlgorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ namespace Phase2L1GMT {

const unsigned int PHIDIVIDER = 1 << (BITSPHI - BITSSTUBCOORD);
const unsigned int ETADIVIDER = 1 << (BITSETA - BITSSTUBETA);
const unsigned int BITSPROP = BITSPHI - 2;
const unsigned int PROPMAX = ~ap_uint<BITSPROP>(0);

struct propagation_t {
ap_int<BITSSTUBCOORD> coord1;
Expand Down
Loading

0 comments on commit 9a22fc0

Please sign in to comment.