Skip to content

Commit

Permalink
[TOF] fix parameters for negative tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
njacazio authored Dec 1, 2024
1 parent 62bc61e commit b89d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/TableProducer/PID/pidTOFMerge.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ struct TOFCalibConfig {
const std::string nameShiftPos = metadataInfo.isMC() ? mTimeShiftCCDBPathPosMC : mTimeShiftCCDBPathPos;
updateTimeShift(nameShiftPos, true);
const std::string nameShiftNeg = metadataInfo.isMC() ? mTimeShiftCCDBPathNegMC : mTimeShiftCCDBPathNeg;
updateTimeShift(nameShiftNeg, true);
updateTimeShift(nameShiftNeg, false);

// Calibration object is defined
LOG(info) << "Parametrization at init time:";
Expand Down

0 comments on commit b89d9f2

Please sign in to comment.