Skip to content

Commit

Permalink
Merge pull request #1238 from p2l1-gtEmulator/phase2-l1t-integration-…
Browse files Browse the repository at this point in the history
…14_0_0_pre3-fix

Revert NN tau variable mapping
  • Loading branch information
aloeliger authored Apr 3, 2024
2 parents b43185f + 4bab010 commit c85ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/Phase2L1GT/plugins/L1GTProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ namespace l1t {
gtObj.hwSeed_z0_ = gtTau.seed_z0.V.to_int();
gtObj.hwCharge_ = gtTau.charge.V.to_int();
gtObj.hwType_ = gtTau.type.V.to_int();
gtObj.hwQual_ = gtTau.quality.V.to_int();
gtObj.hwIso_ = gtTau.quality.V.to_int();
gtObj.objectType_ = P2GTCandidate::CL2Taus;

outputCollection->push_back(gtObj);
Expand Down

0 comments on commit c85ebef

Please sign in to comment.