We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cf168a + 7448356 commit afa9f82Copy full SHA for afa9f82
PWGJE/TableProducer/emcalCorrectionTask.cxx
@@ -937,9 +937,9 @@ struct EmcalCorrectionTask {
937
timeshift = 1.9; // Parameters extracted from LHC24aj (pp), but also usable for other periods
938
}
939
// 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){
+ if (cellType == emcal::ChannelType_t::LOW_GAIN) {
+ for (const auto& range : mExtraTimeShiftRunRanges) {
+ if (runNumber >= range.first && runNumber <= range.second) {
943
timeshift += 2 * 8.8;
944
945
0 commit comments