Skip to content

Commit a894c66

Browse files
authored
Merge pull request #6 from alibuild/alibot-cleanup-12532
Please consider the following formatting changes to #12532
2 parents 196c9d5 + 3a8d0ee commit a894c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/sigmaminustask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ struct sigmaminustask {
538538
// Compute useful quantities for histograms
539539
bool isSigmaMinus = (std::abs(mcMother.pdgCode()) == 3112);
540540
bool isPiDaughter = (std::abs(mcDaughter.pdgCode()) == 211);
541-
541+
542542
float recPtDaughter = daughterTrack.pt();
543543
float recPtMother = motherTrack.pt();
544544
float mcRadius = std::sqrt((mcMother.vx() - mcDaughter.vx()) * (mcMother.vx() - mcDaughter.vx()) + (mcMother.vy() - mcDaughter.vy()) * (mcMother.vy() - mcDaughter.vy()));

0 commit comments

Comments
 (0)