We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639b9b2 commit b2f18e7Copy full SHA for b2f18e7
1 file changed
Detectors/TPC/calibration/src/VDriftHelper.cxx
@@ -153,6 +153,7 @@ void VDriftHelper::extractCCDBInputs(ProcessingContext& pc, bool laser, bool its
153
mSource = mVDTPCITSTgl.creationTime < mVDLaser.creationTime ? Source::Laser : Source::ITSTPCTgl;
154
auto loseCTime = loserVD.creationTime;
155
loserVD = mVD; // override alternative VD to avoid normalization problems later
156
+ loserVD.creationTime = loseCTime;
157
std::string rep = fmt::format("Prefer TPC Drift from {} with time {} to {} with time {}",
158
SourceNames[int(mSource)], mVD.creationTime, mSource == Source::Laser ? SourceNames[int(Source::ITSTPCTgl)] : SourceNames[int(Source::Laser)],
159
mSource == Source::Laser ? mVDTPCITSTgl.creationTime : mVDLaser.creationTime);
0 commit comments