Skip to content

Commit c6375c4

Browse files
author
Nicolas Strangmann
committed
[PWGJE/EMCAL-670] Fix return for cell time correction in MC
1 parent 379dce2 commit c6375c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/TableProducer/emcalCorrectionTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,8 @@ struct EmcalCorrectionTask {
861861
timeshift = 1.9; // Parameters extracted from LHC24aj (pp), but also usable for other periods
862862
}
863863
LOG(debug) << "Shift the cell time by " << timeshift << " + " << timesmear << " ns";
864-
return timeshift + timesmear;
865864
}
865+
return timeshift + timesmear;
866866
};
867867
};
868868

0 commit comments

Comments
 (0)