Skip to content

Commit 01670f9

Browse files
noferinisawenzel
authored andcommitted
trivial fix in one TOF setter
1 parent 667733d commit 01670f9

File tree

1 file changed

+1
-1
lines changed
  • DataFormats/Reconstruction/include/ReconstructionDataFormats

1 file changed

+1
-1
lines changed

DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoTOF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class MatchInfoTOF
3838
int getTOFClIndex() const { return mIdxTOFCl; }
3939
int getTrackIndex() const { return mIdxTrack.getIndex(); }
4040

41-
void setChi2(int chi2) { mChi2 = chi2; }
41+
void setChi2(float chi2) { mChi2 = chi2; }
4242
float getChi2() const { return mChi2; }
4343

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

0 commit comments

Comments
 (0)