We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379dce2 commit c6375c4Copy full SHA for c6375c4
PWGJE/TableProducer/emcalCorrectionTask.cxx
@@ -861,8 +861,8 @@ struct EmcalCorrectionTask {
861
timeshift = 1.9; // Parameters extracted from LHC24aj (pp), but also usable for other periods
862
}
863
LOG(debug) << "Shift the cell time by " << timeshift << " + " << timesmear << " ns";
864
- return timeshift + timesmear;
865
+ return timeshift + timesmear;
866
};
867
868
0 commit comments