Skip to content

Commit 4e9bdf1

Browse files
authored
Merge pull request #37 from alibuild/alibot-cleanup-9339
[PWGLF] Please consider the following formatting changes to AliceO2Group#9339
2 parents efc879b + 3a8e411 commit 4e9bdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/NucleiHistTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ struct NucleiHistTask {
636636

637637
if (!isEventSelected(event))
638638
return;
639-
639+
640640
if (enable_pT_shift_tpc_nSigma) {
641641
Particle_Tpc_nSigma_shift = new TF1("Particle_Tpc_nSigma_shift", "[0] * TMath::Exp([1] + [2] * x) + [3] + [4] * x + [5] * x * x", 0.f, 14.f);
642642
auto par = (std::vector<float>)parShiftPt;

0 commit comments

Comments
 (0)