Skip to content

Commit 30dbf98

Browse files
committed
Fix in the LtrCalibData renormalization
refVdrift was not updated
1 parent 6bacf76 commit 30dbf98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DataFormats/Detectors/TPC/include/DataFormatsTPC/LtrCalibData.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ struct LtrCalibData {
5656
newVRef = refVDrift / getDriftVCorrection();
5757
}
5858
float fact = newVRef / refVDrift;
59+
refVDrift = newVRef;
5960
dvCorrectionA *= fact;
6061
dvCorrectionC *= fact;
6162
}

0 commit comments

Comments
 (0)