Skip to content

Commit e62a882

Browse files
authored
increment TrackData class version
1 parent 3270829 commit e62a882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackInterpolation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ struct TrackData {
153153
float getT0Error() const { return float(clAvailTOF); }
154154
bool isTOFAvail() const { return clAvailTOF != 0; }
155155

156-
ClassDefNV(TrackData, 8);
156+
ClassDefNV(TrackData, 9);
157157
};
158158

159159
/// \class TrackInterpolation

0 commit comments

Comments
 (0)