Skip to content

Commit c5ed1fd

Browse files
authored
Merge pull request #35 from alibuild/alibot-cleanup-11780
Please consider the following formatting changes to #11780
2 parents 846808a + b848c4a commit c5ed1fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Strangeness/sigmaminustask.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct sigmaminustask {
7474
continue;
7575
}
7676
rSigmaMinus.fill(HIST("h2MassSigmaMinusPt"), kinkCand.mothSign() * kinkCand.ptMoth(), kinkCand.mSigmaMinus());
77-
rSigmaMinus.fill(HIST("h2SigmaMassVsXiMass"), kinkCand.mXiMinus(), kinkCand.mSigmaMinus());
77+
rSigmaMinus.fill(HIST("h2SigmaMassVsXiMass"), kinkCand.mXiMinus(), kinkCand.mSigmaMinus());
7878
rSigmaMinus.fill(HIST("h2NSigmaPiPt"), kinkCand.mothSign() * kinkCand.ptMoth(), dauTrack.tpcNSigmaPi());
7979
}
8080
}
@@ -117,7 +117,6 @@ struct sigmaminustask {
117117
continue;
118118
}
119119
rSigmaMinus.fill(HIST("h2MassSigmaMinusPtMC"), kinkCand.mothSign() * kinkCand.ptMoth(), kinkCand.mSigmaMinus());
120-
121120
}
122121
}
123122
}

0 commit comments

Comments
 (0)