File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
L1Trigger/Phase2L1GT/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ namespace l1t {
303303 gtObj.hwPhi_ = obj.apPhi ().to_int ();
304304 gtObj.hwEta_ = obj.apEta ().to_int ();
305305 gtObj.hwZ0_ = hwZ0;
306- gtObj.hwQualityScore_ = obj.apQualFlags ().to_int ();
306+ gtObj.hwQualityFlags_ = obj.apQualFlags ().to_int ();
307307 gtObj.hwCharge_ = obj.apCharge ().to_int ();
308308 gtObj.hwD0_ = obj.apD0 ().to_int ();
309309 gtObj.objectType_ = P2GTCandidate::GMTSaPromptMuons;
@@ -329,7 +329,7 @@ namespace l1t {
329329 gtObj.hwPhi_ = obj.apPhi ().to_int ();
330330 gtObj.hwEta_ = obj.apEta ().to_int ();
331331 gtObj.hwZ0_ = hwZ0;
332- gtObj.hwQualityScore_ = obj.apQualFlags ().to_int ();
332+ gtObj.hwQualityFlags_ = obj.apQualFlags ().to_int ();
333333 gtObj.hwCharge_ = obj.apCharge ().to_int ();
334334 gtObj.hwD0_ = obj.apD0 ().to_int ();
335335 gtObj.objectType_ = P2GTCandidate::GMTSaDisplacedMuons;
You can’t perform that action at this time.
0 commit comments