Skip to content

Commit e708fc1

Browse files
authored
Merge pull request #171 from alibuild/alibot-cleanup-14213
Please consider the following formatting changes to #14213
2 parents 02760ed + 5f920d5 commit e708fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/lambdalambda.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ struct lambdalambda {
393393

394394
template <typename V01, typename V02, typename Coll>
395395
float getPVPA(V01 const& v01, V02 const& v02, Coll const& coll)
396-
{
396+
{
397397
ROOT::Math::XYZVector v0v0mom;
398398
v0v0mom.SetXYZ(v01.px() + v02.px(), v01.py() + v02.py(), v01.pz() + v02.pz());
399399

@@ -403,7 +403,7 @@ struct lambdalambda {
403403
v01mom.SetXYZ(v01.px() / v01.p(), v01.py() / v01.p(), v01.pz() / v01.p());
404404
v02mom.SetXYZ(v02.px() / v02.p(), v02.py() / v02.p(), v02.pz() / v02.p());
405405
ROOT::Math::XYZVector posdiff = v02pos - v01pos;
406-
406+
407407
float d = 1. - TMath::Power(v01mom.Dot(v02mom), 2);
408408
if (d < 1e-5)
409409
return -2;

0 commit comments

Comments
 (0)