Skip to content

Commit

Permalink
Fix typo in MEU index calculation (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: bryates <brent.yates@email.ucr.edu>
  • Loading branch information
2 people authored and tomalin committed Mar 7, 2024
1 parent 3858a66 commit 9935fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/TrackFindingTracklet/src/MatchEngineUnit.cc
Expand Up @@ -141,7 +141,7 @@ void MatchEngineUnit::processPipeline() {
int diskps = (!barrel_) && isPSmodule;

//here we always use the larger number of bits for the bend
unsigned int index = (diskps << (N_BENDBITS_2S + NRINVBITS)) + (projrinv___ << nbits) + vmstub___.bend().value();
unsigned int index = (diskps << (N_BENDBITS_2S + NRINVBITS)) + (projrinv____ << nbits) + vmstub____.bend().value();

//Check if stub z position consistent
int idrz = stubfinerz - projfinerz____;
Expand Down

0 comments on commit 9935fd7

Please sign in to comment.