Skip to content

Commit

Permalink
Merge pull request #42319 from eyigitba/EMTF_fixMuShowerUnpacking_130…
Browse files Browse the repository at this point in the history
…X_Jul23

[13_0_X] Prevent producing EMTFTrack if only muon shower was unpacked
  • Loading branch information
cmsbuild authored Jul 23, 2023
2 parents 4a73811 + 2c77272 commit 763ba59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,9 @@ namespace l1t {

(res->at(iOut)).push_SP(SP_);

res_track->push_back(Track_);

if (Track_.Mode() != 0) { // Mode == 0 means no track was found (only muon shower)
res_track->push_back(Track_);

// TBIN_num can range from 0 through 7, i.e. BX = -3 through +4. - AWB 04.04.16
res_cand->setBXRange(-3, 4);
res_cand->push_back(SP_.TBIN() - 3, mu_);
Expand Down

0 comments on commit 763ba59

Please sign in to comment.