Skip to content

Commit

Permalink
EMTF fix unpacked kTrkNum track address
Browse files Browse the repository at this point in the history
  • Loading branch information
abrinke1 committed Feb 14, 2018
1 parent 1cb2dfb commit 516605b
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 516605b

Please sign in to comment.