diff --git a/PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx b/PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx index 42de4cc8ad2..3f4352f9301 100644 --- a/PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx +++ b/PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx @@ -1242,9 +1242,9 @@ struct forwardlambdakzeroanalysis { fitter.setBz(magField); } -// Ideal Armenteros-Podolanski ellipse of a two-body decay hypothesis: centre and half-axes + // Ideal Armenteros-Podolanski ellipse of a two-body decay hypothesis: centre and half-axes struct ArmenterosEllipse { - float alphaCenter; // (E*_pos - E*_neg) / M, vanishes for symmetric decays + float alphaCenter; // (E*_pos - E*_neg) / M, vanishes for symmetric decays float alphaHalfWidth; // 2 qStar / (beta M) float qStar; // daughter momentum in the mother rest frame = maximum qT };