Skip to content

Commit

Permalink
Combined Module Eff Bug Fix (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahamyan authored and tomalin committed Dec 29, 2023
1 parent a517c1d commit 576f025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/TrackFindingTracklet/src/MatchEngineUnit.cc
Original file line number Diff line number Diff line change
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 << (nbits + 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 576f025

Please sign in to comment.