Skip to content

Commit 71d2ee8

Browse files
author
Maurice Coquet
committed
fixing unused parameter warning
1 parent f54c505 commit 71d2ee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGDQ/Core/MuonMatchingMlResponse.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ class MlResponseMFTMuonMatch : public MlResponse<TypeOutputScore>
281281
CHECK_AND_FILL_MUON_TRACK(chi2MCH, getTrackChi2);
282282
CHECK_AND_FILL_MUONGLOB_TRACK(chi2MCHMFT, chi2MatchMCHMFT);
283283
CHECK_AND_FILL_MUONGLOB_TRACK(chi2GlobMUON, chi2);
284+
// Below are dummy files to remove warning of unused parameters
284285
CHECK_AND_FILL_MFTMUON_COLLISION(posZ);
286+
CHECK_AND_FILL_MFT_COV(cXXMFT, cXX);
285287
}
286288
return inputFeature;
287289
}

0 commit comments

Comments
 (0)