Skip to content

Commit

Permalink
trivial fix in one TOF setter
Browse files Browse the repository at this point in the history
  • Loading branch information
noferini committed Apr 13, 2024
1 parent 23ec08d commit 99299dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class MatchInfoTOF
int getTOFClIndex() const { return mIdxTOFCl; }
int getTrackIndex() const { return mIdxTrack.getIndex(); }

void setChi2(int chi2) { mChi2 = chi2; }
void setChi2(float chi2) { mChi2 = chi2; }
float getChi2() const { return mChi2; }

o2::track::TrackLTIntegral& getLTIntegralOut() { return mIntLT; }
Expand Down

0 comments on commit 99299dd

Please sign in to comment.