We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667733d commit 01670f9Copy full SHA for 01670f9
1 file changed
DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoTOF.h
@@ -38,7 +38,7 @@ class MatchInfoTOF
38
int getTOFClIndex() const { return mIdxTOFCl; }
39
int getTrackIndex() const { return mIdxTrack.getIndex(); }
40
41
- void setChi2(int chi2) { mChi2 = chi2; }
+ void setChi2(float chi2) { mChi2 = chi2; }
42
float getChi2() const { return mChi2; }
43
44
o2::track::TrackLTIntegral& getLTIntegralOut() { return mIntLT; }
0 commit comments