Skip to content

Commit aa11cfc

Browse files
wiechulashahor02
authored andcommitted
Fix issue in normalizing T0 offset
1 parent ebd3382 commit aa11cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/TPC/calibration/src/VDriftHelper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void VDriftHelper::accountDriftCorrectionITSTPCTgl(const VDriftCorrFact* calib)
113113
}
114114
if (!mForceParamOffset && mVDTPCITSTgl.refTimeOffset != prevRefTOffs) { // we want to keep the same reference over the run, this should not happen!
115115
LOGP(warn, "VDriftHelper: renorming updated TPC refTimeOffset={}/correction={} previous refTimeOffset {}, source: {}", mVDTPCITSTgl.refTimeOffset, mVDTPCITSTgl.timeOffsetCorr, prevRefTOffs, getSourceName());
116-
mVDTPCITSTgl.normalize(prevRefTOffs);
116+
mVDTPCITSTgl.normalizeOffset(prevRefTOffs);
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)