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 b75d643 commit dc9dcc3Copy full SHA for dc9dcc3
Detectors/ITSMFT/ITS/tracking/include/ITStracking/Cell.h
@@ -97,7 +97,7 @@ class CellSeed final : public o2::track::TrackParCovF
97
GPUhd() void setFirstTrackletIndex(int trkl) { mTracklets[0] = trkl; };
98
GPUhd() int getSecondTrackletIndex() const { return mTracklets[1]; };
99
GPUhd() void setSecondTrackletIndex(int trkl) { mTracklets[1] = trkl; };
100
- GPUhd() int getChi2() const { return mChi2; };
+ GPUhd() float getChi2() const { return mChi2; };
101
GPUhd() void setChi2(float chi2) { mChi2 = chi2; };
102
GPUhd() int getLevel() const { return mLevel; };
103
GPUhd() void setLevel(int level) { mLevel = level; };
0 commit comments