Skip to content

Commit afa9f82

Browse files
authored
Merge pull request #8 from alibuild/alibot-cleanup-11325
[PWGJE] Please consider the following formatting changes to AliceO2Group#11325
2 parents 5cf168a + 7448356 commit afa9f82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGJE/TableProducer/emcalCorrectionTask.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -937,9 +937,9 @@ struct EmcalCorrectionTask {
937937
timeshift = 1.9; // Parameters extracted from LHC24aj (pp), but also usable for other periods
938938
}
939939
// Temporary extra shift for bug in time calibraiton of apass4 Pb-Pb 2024, requires pos shift of 2*8.8 ns for low gain cells
940-
if(cellType == emcal::ChannelType_t::LOW_GAIN){
941-
for(const auto& range : mExtraTimeShiftRunRanges){
942-
if(runNumber >= range.first && runNumber <= range.second){
940+
if (cellType == emcal::ChannelType_t::LOW_GAIN) {
941+
for (const auto& range : mExtraTimeShiftRunRanges) {
942+
if (runNumber >= range.first && runNumber <= range.second) {
943943
timeshift += 2 * 8.8;
944944
}
945945
}

0 commit comments

Comments
 (0)