Skip to content

Commit 350f390

Browse files
authored
Merge pull request #173 from alibuild/alibot-cleanup-14490
Please consider the following formatting changes to #14490
2 parents e314a47 + c866378 commit 350f390

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

PWGLF/Tasks/Resonances/heptaquark.cxx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,15 @@ struct heptaquark {
202202
double cosHel = hqlambda_boost.Vect().Dot(hqphipair_boost.Vect()) / (hqlambda_boost.Vect().Mag() * hqphipair_boost.Vect().Mag());
203203
if (std::abs(cosHel) > cfgCollinear)
204204
selection += 4;
205-
/*
206-
ROOT::Math::XYZVector rPV(col.posX(), col.posY(), col.posZ());
207-
ROOT::Math::XYZVector rSV(hq3.hqx(), hq3.hqy(), hq3.hqz());
208-
ROOT::Math::XYZVector L = rSV - rPV;
209-
ROOT::Math::XYZVector exMom(ex.Px(), ex.Py(), ex.Pz());
210-
double cosPoint = L.Dot(exMom) / (L.R() * pEx.R() + 1e-9);
211-
if (cosPoint < cfgCosPoint)
212-
return 8;
213-
*/
205+
/*
206+
ROOT::Math::XYZVector rPV(col.posX(), col.posY(), col.posZ());
207+
ROOT::Math::XYZVector rSV(hq3.hqx(), hq3.hqy(), hq3.hqz());
208+
ROOT::Math::XYZVector L = rSV - rPV;
209+
ROOT::Math::XYZVector exMom(ex.Px(), ex.Py(), ex.Pz());
210+
double cosPoint = L.Dot(exMom) / (L.R() * pEx.R() + 1e-9);
211+
if (cosPoint < cfgCosPoint)
212+
return 8;
213+
*/
214214
return selection;
215215
}
216216

0 commit comments

Comments
 (0)