We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54c505 commit 71d2ee8Copy full SHA for 71d2ee8
PWGDQ/Core/MuonMatchingMlResponse.h
@@ -281,7 +281,9 @@ class MlResponseMFTMuonMatch : public MlResponse<TypeOutputScore>
281
CHECK_AND_FILL_MUON_TRACK(chi2MCH, getTrackChi2);
282
CHECK_AND_FILL_MUONGLOB_TRACK(chi2MCHMFT, chi2MatchMCHMFT);
283
CHECK_AND_FILL_MUONGLOB_TRACK(chi2GlobMUON, chi2);
284
+ // Below are dummy files to remove warning of unused parameters
285
CHECK_AND_FILL_MFTMUON_COLLISION(posZ);
286
+ CHECK_AND_FILL_MFT_COV(cXXMFT, cXX);
287
}
288
return inputFeature;
289
0 commit comments