Skip to content

Commit

Permalink
Merge pull request #22325 from abrinke1/EMTF_uGMT_muon_sorting
Browse files Browse the repository at this point in the history
EMTF unpacked single-LCT muons match uGMT
  • Loading branch information
cmsbuild authored Feb 26, 2018
2 parents e44cdb4 + 516605b commit 20de6fd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ namespace l1t {
Track_.set_track_num( (res->at(iOut)).PtrSPCollection()->size() );
else Track_.set_track_num( 0 );
else Track_.set_track_num( 0 );

// For single-LCT tracks, "Track_num" = 2 (last in collection)
if (SP_.Quality_GMT() < 4) Track_.set_track_num( 2 );

mu_.setHwSign ( SP_.C() );
mu_.setHwSignValid ( SP_.VC() );
Expand Down

0 comments on commit 20de6fd

Please sign in to comment.