Skip to content

Commit c293d03

Browse files
authored
Merge pull request #175 from alibuild/alibot-cleanup-14855
Please consider the following formatting changes to #14855
2 parents 12c45b2 + 20f4619 commit c293d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Resonances/heptaquark.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct heptaquark {
104104
const double px = hq.hqPx();
105105
const double py = hq.hqPy();
106106
const double pz = hq.hqPz();
107-
const double m = hq.hqMass();
107+
const double m = hq.hqMass();
108108
TLorentzVector v;
109109
v.SetXYZM(px, py, pz, m);
110110
return v;
@@ -222,7 +222,7 @@ struct heptaquark {
222222
TVector3 boost = -ex.BoostVector();
223223

224224
auto hqphipair_boost = hq1 + hq2;
225-
auto hqlambda_boost = hq3;
225+
auto hqlambda_boost = hq3;
226226
hqphipair_boost.Boost(boost);
227227
hqlambda_boost.Boost(boost);
228228

0 commit comments

Comments
 (0)