Skip to content

Commit 4e62e66

Browse files
NucleiTask - Fix O2Lint errors
1 parent 93eabd5 commit 4e62e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2604,8 +2604,8 @@ struct lfNucleiBATask {
26042604
}
26052605
if (enablePtShiftPID && fShiftPtPID) {
26062606
shiftPtPID = fShiftPtPID->Eval(2 * track.pt());
2607-
if (tritonPID && (track.pt() <= CfgPtShiftPID)) {
26082607

2608+
if (tritonPID && (track.pt() <= CfgPtShiftPID)) {
26092609
hePt = track.pt() - shiftPtPID / 2.f;
26102610
antihePt = track.pt() - shiftPtPID / 2.f;
26112611
}

0 commit comments

Comments
 (0)