We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3270829 commit e62a882Copy full SHA for e62a882
1 file changed
Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackInterpolation.h
@@ -153,7 +153,7 @@ struct TrackData {
153
float getT0Error() const { return float(clAvailTOF); }
154
bool isTOFAvail() const { return clAvailTOF != 0; }
155
156
- ClassDefNV(TrackData, 8);
+ ClassDefNV(TrackData, 9);
157
};
158
159
/// \class TrackInterpolation
0 commit comments