Skip to content

Commit b73c945

Browse files
committed
More fixes
1 parent ea90787 commit b73c945

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

PWGLF/Utils/decay3bodyBuilderHelper.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,8 @@ class decay3bodyBuilderHelper
638638
decay3body.mass = mass;
639639

640640
// V0 mass
641-
float massV0, massV0Err;
641+
float massV0{};
642+
float massV0Err{};
642643
KFV0.GetMass(massV0, massV0Err);
643644
decay3body.massV0 = massV0;
644645

@@ -658,8 +659,6 @@ class decay3bodyBuilderHelper
658659
decay3body.covDeuteron[i] = kfpDeuteron.GetCovariance(i);
659660
}
660661
}
661-
662-
return;
663662
}
664663

665664
//_______________________________________________________________________
@@ -873,8 +872,6 @@ class decay3bodyBuilderHelper
873872
std::abs(dca.getY()) > svertexerselections.maxDCAXY3Body || std::abs(dca.getZ()) > svertexerselections.maxDCAZ3Body) {
874873
return;
875874
}
876-
877-
return;
878875
}
879876

880877
private:

0 commit comments

Comments
 (0)