Skip to content

Commit

Permalink
Revert NN tau variable mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Huber committed Apr 2, 2024
1 parent 8fd467b commit 4bab010
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 4bab010

Please sign in to comment.